Skip to content
Grok

Judges Panel for Grok

io.github.kevinrabun/judges

45 judges that evaluate AI-generated code for security, cost, and quality with built-in AST.

client:Grok transport:stdio runtime:npm

Install Judges Panel in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "judges": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@kevinrabun/judges"
      ]
    }
  }
}

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

Judges Panel in other clients