judgevet for Gemini CLI
io.github.alberto-codes/judgevet
Ask TypeSafe Jev yes/no, choice and score questions and receive structured model judgments.
client:Gemini CLI
transport:stdio
runtime:pypi
Install judgevet in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"judgevet": {
"command": "uvx",
"args": [
"judgevet"
],
"env": {
"JEV_API__KEY": "<JEV_API__KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs