mcp orchestrator for Cursor
io.github.rupinder2/mcp-orchestrator
Aggregates tools from multiple MCP servers with unified BM25/regex search and deferred loading.
client:Cursor
transport:stdio
runtime:pypi
Install mcp orchestrator in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-orchestrator": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-orchestrator"
],
"env": {
"STORAGE_BACKEND": "<STORAGE_BACKEND>",
"REDIS_URL": "<REDIS_URL>",
"SERVER_CONFIG_PATH": "<SERVER_CONFIG_PATH>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs