Skip to content
Windsurf

TrigGuard for Windsurf

io.github.trigguard-ai/trigguard

Deterministic execution authorization for AI agents and automated systems.

client:Windsurf transport:stdio runtime:npm

Install TrigGuard 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": {
    "trigguard": {
      "command": "npx",
      "args": [
        "-y",
        "@trigguard/mcp"
      ],
      "env": {
        "TRIGGUARD_API_KEY": "<TRIGGUARD_API_KEY>",
        "TRIGGUARD_ORG_ID": "<TRIGGUARD_ORG_ID>",
        "TRIGGUARD_GATEWAY_URL": "<TRIGGUARD_GATEWAY_URL>"
      }
    }
  }
}

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

TrigGuard in other clients