Judges Panel for Zed
io.github.kevinrabun/judges
45 judges that evaluate AI-generated code for security, cost, and quality with built-in AST.
client:Zed
transport:stdio
runtime:npm
Install Judges Panel in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"judges": {
"command": "npx",
"args": [
"-y",
"@kevinrabun/judges"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs