Odel
Tripwire Guard — evidence-first injection scanner

Tripwire Guard — evidence-first injection scanner

Local
@kubaopoczkaJavaScriptMITUpdated 3w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmtripwire-guardv0.4.2

Run

npx -y tripwire-guard

MCP client config

{
  "mcpServers": {
    "tripwire-guard-evidence-first-injection-scanner": {
      "command": "npx",
      "args": [
        "-y",
        "tripwire-guard"
      ]
    }
  }
}