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