judgment pack for Cursor
io.github.judgment-pack/judgment-pack
Offline JPS validator, conformance tester, and experimental evaluator over stdio MCP; keyless.
client:Cursor
transport:stdio
runtime:oci
Install judgment pack in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"judgment-pack": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/judgment-pack/judgment-pack:0.22.0"
],
"env": {
"JPACK_CONFIG": "<JPACK_CONFIG>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs