Skip to content
Grok

tracebug for Grok

io.github.prashantsinghmangat/tracebug

AI agents read TraceBug bug reports (console, network, replay, repro timeline) from local disk.

client:Grok transport:stdio runtime:npm

Install tracebug in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "tracebug": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tracebug"
      ]
    }
  }
}

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

tracebug in other clients