Skip to content
Windsurf

Tripwire for Windsurf

io.github.bonesdefi/tripwire

Security gateway for MCP agents: blocks prompt-injection-driven tool calls before they execute.

client:Windsurf transport:stdio runtime:npm

Install Tripwire in Windsurf

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

{
  "mcpServers": {
    "tripwire": {
      "command": "npx",
      "args": [
        "-y",
        "tripwire-mcp"
      ]
    }
  }
}

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

Tripwire in other clients