Skip to content
Cursor

evr for Cursor

io.github.brienbounded/evr

Checks agent traces for evidence-readiness: verifies evidence is present, not that it is true.

client:Cursor transport:stdio runtime:pypi

Install evr in Cursor

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

{
  "mcpServers": {
    "evr": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "evidence-readiness"
      ]
    }
  }
}

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

evr in other clients