mcp orchestrator for Cline
io.github.rupinder2/mcp-orchestrator
Aggregates tools from multiple MCP servers with unified BM25/regex search and deferred loading.
client:Cline
transport:stdio
runtime:pypi
Install mcp orchestrator in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp-orchestrator": {
"command": "uvx",
"args": [
"mcp-orchestrator"
],
"env": {
"STORAGE_BACKEND": "<STORAGE_BACKEND>",
"REDIS_URL": "<REDIS_URL>",
"SERVER_CONFIG_PATH": "<SERVER_CONFIG_PATH>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs