Skip to content
Gemini CLI

colber mcp for Gemini CLI

io.github.obi49/colber-mcp

Trust + coordination infrastructure for the agent economy. 27 tools across 6 Colber modules.

client:Gemini CLI transport:stdio runtime:npm

Install colber mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "colber-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@colber/mcp"
      ],
      "env": {
        "COLBER_BASE_URLS": "<COLBER_BASE_URLS>",
        "COLBER_AUTH_TOKEN": "<COLBER_AUTH_TOKEN>",
        "COLBER_LOG_LEVEL": "<COLBER_LOG_LEVEL>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

colber mcp in other clients