Skip to content
Zed

evalgate for Zed

io.github.ipezygj/evalgate

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

client:Zed transport:stdio runtime:pypi

Install evalgate in Zed

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

{
  "context_servers": {
    "evalgate": {
      "command": "uvx",
      "args": [
        "eval-integrity"
      ]
    }
  }
}

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

evalgate in other clients