Skip to content
Grok

BugProof for Grok

io.github.sidinsearch/bugproof

Capture, replay, and debug failures with portable, executable bug artifacts

client:Grok transport:stdio runtime:npm

Install BugProof in Grok

.mcp.json (in your project root)

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

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

BugProof in other clients