Skip to content
VS Code

mcp as a judge for VS Code

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

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

client:VS Code transport:stdio runtime:pypi

Install mcp as a judge in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-as-a-judge": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-as-a-judge"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mcp as a judge in other clients