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/judgesRelated MCP servers
FedRAMP 20x Requirements
Maintained
An MCP server that provides access to FedRAMP 20x security requirements and controls.
5
View repository →Python
GDPR Shift-Left Compliance
Maintained
GDPR compliance MCP server - article lookup, DPIA, ROPA, DSR, IaC analysis, Bicep templates.
2
View repository →Python
MIT