agent mcp hub for Cursor
io.github.blackaxgit/agent-mcp-hub
One MCP server bridging the Codex, Cursor, OpenCode, Claude, and Antigravity CLI agents
client:Cursor
transport:stdio
runtime:npm
Install agent mcp hub in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-mcp-hub": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-mcp-hub"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs