Skip to content
Grok

Bug Detector for Grok

io.github.madhavi-opsera/bug-detector

Analyzes code for bugs, security vulnerabilities, and code smells

client:Grok transport:stdio runtime:oci

Install Bug Detector in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "bug-detector": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/madhavi-opsera/bug-detector:1.0.0"
      ]
    }
  }
}

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

Bug Detector in other clients