Skip to content
Cursor

release gate for Cursor

io.github.vamsisudhakaran1/release-gate

Pre-deploy security auditor for AI agent code — the risks generic SAST misses.

client:Cursor transport:stdio runtime:pypi

Install release gate in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "release-gate": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "release-gate"
      ],
      "env": {
        "RG_MCP_ALLOWED_ROOTS": "<RG_MCP_ALLOWED_ROOTS>"
      }
    }
  }
}

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

release gate in other clients