PluginBench
MCP Server
Active
MIT

Judges Panel MCP Server

io.github.KevinRabun/judges

What is the Judges Panel MCP server?

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

How to install Judges Panel

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "judges": {
      "command": "npx",
      "args": [
        "-y",
        "@kevinrabun/judges"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "judges": {
      "command": "npx",
      "args": [
        "-y",
        "@kevinrabun/judges"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "judges": {
      "command": "npx",
      "args": [
        "-y",
        "@kevinrabun/judges"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "judges": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@kevinrabun/judges"
      ]
    }
  }
}
Claude Code
claude mcp add judges -- npx -y @kevinrabun/judges

Related MCP servers

An MCP server that provides access to FedRAMP 20x security requirements and controls.

5
Python
View repository →

GDPR compliance MCP server - article lookup, DPIA, ROPA, DSR, IaC analysis, Bicep templates.

2
Python
MIT
View repository →