mcp orchestrator for Zed
io.github.rupinder2/mcp-orchestrator
Aggregates tools from multiple MCP servers with unified BM25/regex search and deferred loading.
client:Zed
transport:stdio
runtime:pypi
Install mcp orchestrator in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-orchestrator": {
"command": "uvx",
"args": [
"mcp-orchestrator"
],
"env": {
"STORAGE_BACKEND": "<STORAGE_BACKEND>",
"REDIS_URL": "<REDIS_URL>",
"SERVER_CONFIG_PATH": "<SERVER_CONFIG_PATH>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs