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).
Run
uvx mcp-as-a-judge
MCP client config
{
"mcpServers": {
"mcp-as-a-judge": {
"command": "uvx",
"args": [
"mcp-as-a-judge"
]
}
}
}