Skip to content
Grok

aidb for Grok

io.github.ai-debugger-inc/aidb

Debug any supported language with breakpoints, variable/state inspection, and stepping.

client:Grok transport:stdio runtime:pypi

Install aidb in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "aidb": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ai-debugger-inc"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

aidb in other clients