Skip to content
Cursor

release gate for Cursor

io.github.dailyaiagents/release-gate

Local completion-contract checks and release receipts.

client:Cursor transport:stdio runtime:pypi

Install release gate in Cursor

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

{
  "mcpServers": {
    "release-gate": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "dailyaiagents-release-gate"
      ]
    }
  }
}

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