Skip to content
Cursor

agent gate for Cursor

io.github.jott2121/agent-gate

Fail-closed quality gate and hash-chained receipt ledger for AI agent workflows.

client:Cursor transport:stdio runtime:pypi

Install agent gate in Cursor

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

{
  "mcpServers": {
    "agent-gate": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-agent-gate"
      ]
    }
  }
}

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

agent gate in other clients