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
{
"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