judgment-plugin

JudgmentLabs/judgment-plugin
★ 0 stars Unknown language AI/LLM Updated 11d ago
The official Judgment plugin for Claude Code and Codex: MCP server + skills for tracing, evals, and agent monitoring
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "judgment-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "JudgmentLabs/judgment-plugin"
      ]
    }
  }
}

README Excerpt

The official [Judgment](https://judgmentlabs.ai) plugin for AI coding agents. One repo, installable in both Claude Code and OpenAI Codex, bundling: 1. **The Judgment MCP server** (`https://mcp.judgmentlabs.ai`): query traces, sessions, behaviors, judges, prompts, datasets, tests, automations, and agent memory directly from your editor.