Judges Panel for Cursor
io.github.kevinrabun/judges
45 judges that evaluate AI-generated code for security, cost, and quality with built-in AST.
client:Cursor
transport:stdio
runtime:npm
Install Judges Panel in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"judges": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kevinrabun/judges"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs