← Back to Plugins
MCP Server MCP

io.github.JoaoBerne/cli-bridge-mcp

github By github 👁 1 views ▲ 0 votes

Other AI CLIs (Gemini, GPT, Claude, opencode, Ollama) as a council — ban-safe, no API keys.

Homepage Verified source GitHub

Install

uvx cli-bridge-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "cli-bridge-mcp",
      "version": "0.1.5",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Cost profile: saver (free-only fan-out, include_paid refused) | balanced (paid only with include_paid) | max (limited/paid join fan-out).",
          "name": "CLI_BRIDGE_PROFILE"
        },
        {
          "description": "Response-style preamble level: off | lite (default) | full | ultra.",
          "name": "CLI_BRIDGE_TERSE"
        },
        {
          "description": "Response cache TTL in seconds. 0 = off (default).",
          "name": "CLI_BRIDGE_CACHE_TTL_S"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...