cli-bridge-mcp
About
Other AI CLIs (Gemini, GPT, Claude, opencode, Ollama) as a council — ban-safe, no API keys.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
CLI_BRIDGE_PROFILE CLI_BRIDGE_TERSE CLI_BRIDGE_CACHE_TTL_SClaude Code
claude mcp add --env CLI_BRIDGE_PROFILE= --env CLI_BRIDGE_TERSE= --env CLI_BRIDGE_CACHE_TTL_S= cli-bridge-mcp -- uvx cli-bridge-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"cli-bridge-mcp","command":"uvx","args":["cli-bridge-mcp"],"env":{"CLI_BRIDGE_PROFILE":"","CLI_BRIDGE_TERSE":"","CLI_BRIDGE_CACHE_TTL_S":""}}'
JSON
{
"mcpServers": {
"cli-bridge-mcp": {
"command": "uvx",
"args": [
"cli-bridge-mcp"
],
"env": {
"CLI_BRIDGE_PROFILE": "",
"CLI_BRIDGE_TERSE": "",
"CLI_BRIDGE_CACHE_TTL_S": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.