Skip to content
Claude Desktop

mcp orchestrator for Claude Desktop

io.github.rupinder2/mcp-orchestrator

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

client:Claude Desktop transport:stdio runtime:pypi

Install mcp orchestrator in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

mcp orchestrator in other clients