Skip to content
VS Code

evalgate for VS Code

io.github.ipezygj/evalgate

Statistical checks an agent runs before trusting an AI eval number (is #1 real, judge bias, more).

client:VS Code transport:stdio runtime:pypi

Install evalgate in VS Code

.vscode/mcp.json

{
  "servers": {
    "evalgate": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "eval-integrity"
      ]
    }
  }
}

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

evalgate in other clients