Odel
mcp as a judge

mcp as a judge

Local
@othervibes17PythonMITUpdated 8mo ago

MCP as a Judge: a behavioral MCP that strengthens AI coding assistants via explicit LLM evaluations

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-as-a-judgev0.3.20

Run

uvx mcp-as-a-judge

MCP client config

{
  "mcpServers": {
    "mcp-as-a-judge": {
      "command": "uvx",
      "args": [
        "mcp-as-a-judge"
      ]
    }
  }
}