Skip to content
Windsurf

mcp orchestrator for Windsurf

io.github.rupinder2/mcp-orchestrator

Aggregates tools from multiple MCP servers with unified BM25/regex search and deferred loading.

client:Windsurf transport:stdio runtime:pypi

Install mcp orchestrator in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-orchestrator": {
      "command": "uvx",
      "args": [
        "mcp-orchestrator"
      ],
      "env": {
        "STORAGE_BACKEND": "<STORAGE_BACKEND>",
        "REDIS_URL": "<REDIS_URL>",
        "SERVER_CONFIG_PATH": "<SERVER_CONFIG_PATH>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mcp orchestrator in other clients