bouncer gates for Cursor
io.github.ajeermahmood/bouncer-gates
Stops secrets, cross-tenant queries and unsafe migrations before they merge.
client:Cursor
transport:stdio
runtime:npm
Install bouncer gates in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"bouncer-gates": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"bouncer-gates"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs