Skip to content
Zed

mcp as a judge for Zed

io.github.othervibes/mcp-as-a-judge

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

client:Zed transport:stdio runtime:pypi

Install mcp as a judge in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

mcp as a judge in other clients