Skip to content
Gemini CLI

debugai mcp for Gemini CLI

io.github.1shizaan/debugai-mcp

MCP server for DebugAI. Browser sign-in, auto client setup, no key pasting.

client:Gemini CLI transport:stdio runtime:npm

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

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

debugai mcp in other clients