Skip to content
Windsurf

Infraveil Agent Guard for Windsurf

io.github.infraveilhq/agent-guard

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

client:Windsurf transport:stdio runtime:pypi

Install Infraveil Agent Guard in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "agent-guard": {
      "command": "uvx",
      "args": [
        "infraveil-guard"
      ],
      "env": {
        "INFRAVEIL_GUARD_THRESHOLD": "<INFRAVEIL_GUARD_THRESHOLD>",
        "INFRAVEIL_GUARD_MODE": "<INFRAVEIL_GUARD_MODE>",
        "INFRAVEIL_GUARD_HOME": "<INFRAVEIL_GUARD_HOME>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Infraveil Agent Guard in other clients