cli bridge mcp for Cursor
io.github.joaoberne/cli-bridge-mcp
Other AI CLIs (Gemini, GPT, Claude, opencode, Ollama) as a council — ban-safe, no API keys.
client:Cursor
transport:stdio
runtime:pypi
Install cli bridge mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cli-bridge-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"cli-bridge-mcp"
],
"env": {
"CLI_BRIDGE_PROFILE": "<CLI_BRIDGE_PROFILE>",
"CLI_BRIDGE_TERSE": "<CLI_BRIDGE_TERSE>",
"CLI_BRIDGE_CACHE_TTL_S": "<CLI_BRIDGE_CACHE_TTL_S>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs