Skip to content
Claude Desktop

Tripwire for Claude Desktop

io.github.bonesdefi/tripwire

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

client:Claude Desktop transport:stdio runtime:npm

Install Tripwire in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Tripwire in other clients