mcp hive proxy for Cursor
io.github.mcp-hive/mcp-hive-proxy
MCP Hive is a gateway to paid commercial-grade MCP servers. Learn more at https://mcp-hive.com
client:Cursor
transport:stdio
runtime:npm
Install mcp hive proxy in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-hive-proxy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mcp-hive-utils/proxy"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs