judgment pack for Gemini CLI
io.github.judgment-pack/judgment-pack
Offline JPS validator, conformance tester, and experimental evaluator over stdio MCP; keyless.
client:Gemini CLI
transport:stdio
runtime:oci
Install judgment pack in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"judgment-pack": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/judgment-pack/judgment-pack:0.22.0"
],
"env": {
"JPACK_CONFIG": "<JPACK_CONFIG>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs