mcp smart proxy for Cursor
io.github.daedalus/mcp-smart-proxy
An MCP server that provides a smart proxy to other mcp servers
client:Cursor
transport:stdio
runtime:pypi
Install mcp smart proxy in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-smart-proxy": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-smart-proxy"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs