PluginBench
MCP Server
Active
Apache-2.0

io.github.Judgment-Pack/judgment-pack MCP Server

io.github.Judgment-Pack/judgment-pack

What is the io.github.Judgment-Pack/judgment-pack MCP server?

Offline JPS validator, conformance tester, and experimental evaluator over stdio MCP; keyless.

How to install io.github.Judgment-Pack/judgment-pack

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • JPACK_CONFIG

    Path to a jpack.json project configuration (ADR-0012). Optional: without it the server reads jpack.json from its launch directory (/project in this image; mount a project there), and a project that does not use the convention still validates and evaluates pack documents passed over the wire.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "judgment-pack": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/judgment-pack/judgment-pack:0.17.0"
      ],
      "env": {
        "JPACK_CONFIG": "<YOUR_JPACK_CONFIG>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "judgment-pack": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/judgment-pack/judgment-pack:0.17.0"
      ],
      "env": {
        "JPACK_CONFIG": "<YOUR_JPACK_CONFIG>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "judgment-pack": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/judgment-pack/judgment-pack:0.17.0"
      ],
      "env": {
        "JPACK_CONFIG": "<YOUR_JPACK_CONFIG>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "judgment-pack": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/judgment-pack/judgment-pack:0.17.0"
      ],
      "env": {
        "JPACK_CONFIG": "<YOUR_JPACK_CONFIG>"
      }
    }
  }
}
Claude Code
claude mcp add judgment-pack --env JPACK_CONFIG=<YOUR_JPACK_CONFIG> -- docker run -i --rm ghcr.io/judgment-pack/judgment-pack:0.17.0

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Real-time global intelligence: markets, conflicts, country risk, energy, and infrastructure monitoring via 39 MCP tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with per-second metrics, ML-powered anomaly detection, and zero-configuration setup.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration platform with 100+ agents, swarm coordination, and self-learning memory for enterprise development.

68k
TypeScript
MIT
View repository →

Web scraping with stealth HTTP, real browsers, and Cloudflare bypass capabilities.

67k
Python
BSD-3-Clause
View repository →