Skip to content
Cursor

Infraveil Agent Guard for Cursor

io.github.infraveilhq/agent-guard

Gate an AI agent's destructive actions behind human approval, with a tamper-evident log.

client:Cursor transport:stdio runtime:pypi

Install Infraveil Agent Guard 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": {
    "agent-guard": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "infraveil-guard"
      ],
      "env": {
        "INFRAVEIL_GUARD_THRESHOLD": "<INFRAVEIL_GUARD_THRESHOLD>",
        "INFRAVEIL_GUARD_MODE": "<INFRAVEIL_GUARD_MODE>",
        "INFRAVEIL_GUARD_HOME": "<INFRAVEIL_GUARD_HOME>"
      }
    }
  }
}

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

Infraveil Agent Guard in other clients