Skip to content
VS Code

Tripwire for VS Code

io.github.bonesdefi/tripwire

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

client:VS Code transport:stdio runtime:npm

Install Tripwire in VS Code

.vscode/mcp.json

{
  "servers": {
    "tripwire": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tripwire-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Tripwire in other clients