Files
infrastructure/openwebui/mcp-servers/mcpo-config.json
2025-06-30 16:58:44 -06:00

13 lines
261 B
JSON

{
"mcpServers": {
"sequential": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
},
"playwright": {
"command": "npx",
"args": ["-y", "@playwright/mcp@latest", "--isolated"]
}
}
}