Skip to content
Cursor

Agent Release Auditor for Cursor

io.github.veyndrasystems/agent-release-auditor

Deterministic release gate for AI-written code and coding agents.

client:Cursor transport:stdio runtime:npm

Install Agent Release Auditor in Cursor

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

{
  "mcpServers": {
    "agent-release-auditor": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agent-release-auditor"
      ]
    }
  }
}

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

Agent Release Auditor in other clients