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).
Run
npx -y tripwire-guard
MCP client config
{
"mcpServers": {
"tripwire-guard-evidence-first-injection-scanner": {
"command": "npx",
"args": [
"-y",
"tripwire-guard"
]
}
}
}