Skip to content
Cursor

evalgate for Cursor

io.github.ipezygj/evalgate

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

client:Cursor transport:stdio runtime:pypi

Install evalgate in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

evalgate in other clients