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
{
"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