judgment pack for Zed
io.github.judgment-pack/judgment-pack
Offline JPS validator, conformance tester, and experimental evaluator over stdio MCP; keyless.
client:Zed
transport:stdio
runtime:oci
Install judgment pack in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"judgment-pack": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/judgment-pack/judgment-pack:0.22.0"
],
"env": {
"JPACK_CONFIG": "<JPACK_CONFIG>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs