Skip to content
Cursor

Tripwire Guard — evidence-first injection scanner for Cursor

io.github.kubaopoczka/tripwire-guard

Local read-only MCP scanner for known prompt-injection patterns with exact evidence and no network.

client:Cursor transport:stdio runtime:npm

Install Tripwire Guard — evidence-first injection scanner in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "tripwire-guard": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tripwire-guard"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Tripwire Guard — evidence-first injection scanner in other clients