Multi-MCP for Cursor
io.github.religa/multi-mcp
Multi-model AI orchestration MCP server with code review, compare, and debate tools.
client:Cursor
transport:stdio
runtime:pypi
Install Multi-MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"multi-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"multi-mcp"
],
"env": {
"OPENAI_API_KEY": "<OPENAI_API_KEY>",
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
"GEMINI_API_KEY": "<GEMINI_API_KEY>",
"OPENROUTER_API_KEY": "<OPENROUTER_API_KEY>",
"DEFAULT_MODEL": "<DEFAULT_MODEL>",
"DEFAULT_MODEL_LIST": "<DEFAULT_MODEL_LIST>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs