Skip to content
Gemini CLI

DebugBundle for Gemini CLI

com.debugbundle/mcp

DebugBundle MCP: runtime error reporting, incident response, health checks, and product analytics.

client:Gemini CLI transport:stdio runtime:npm

Install DebugBundle 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": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@debugbundle/mcp"
      ],
      "env": {
        "DEBUGBUNDLE_MEMBER_TOKEN": "<DEBUGBUNDLE_MEMBER_TOKEN>",
        "DEBUGBUNDLE_API_URL": "<DEBUGBUNDLE_API_URL>"
      }
    }
  }
}

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

DebugBundle in other clients