Skip to content
VS Code

Judges Panel for VS Code

io.github.kevinrabun/judges

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

client:VS Code transport:stdio runtime:npm

Install Judges Panel in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Judges Panel in other clients