Catalog
io.github.bonesdefi/tripwire
Officialby bonesdefi · TypeScript
Tripwire
Security gateway for MCP agents: blocks prompt-injection-driven tool calls before they execute.
Security gateway that blocks prompt-injection attacks before MCP tool execution.
README not available yet.
Install
Configuration
Arguments
--configdefault tripwire.yamlclaude_desktop_config.json
{
"mcpServers": {
"tripwire": {
"command": "npx",
"args": [
"-y",
"tripwire-mcp@0.3.1",
"run",
"--config",
"tripwire.yaml"
]
}
}
}