judgevet for Zed
io.github.alberto-codes/judgevet
Ask TypeSafe Jev yes/no, choice and score questions and receive structured model judgments.
client:Zed
transport:stdio
runtime:pypi
Install judgevet in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"judgevet": {
"command": "uvx",
"args": [
"judgevet"
],
"env": {
"JEV_API__KEY": "<JEV_API__KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs