Tripwire for Cursor
io.github.bonesdefi/tripwire
Security gateway for MCP agents: blocks prompt-injection-driven tool calls before they execute.
client:Cursor
transport:stdio
runtime:npm
Install Tripwire in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tripwire": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tripwire-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs