aimcpgate for Cursor
io.github.akomyagin/aimcpgate
MCP gateway/proxy: multiplexes tool calls across upstream MCP servers into one catalog.
client:Cursor
transport:stdio
runtime:oci
Install aimcpgate in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"aimcpgate": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/akomyagin/aimcpgate:0.5.0"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs