bouncer for Cursor
io.github.nugehs/bouncer
Static compliance-controls checker for UK Online Safety Act & ICO Children's Code. CLI + MCP.
client:Cursor
transport:stdio
runtime:npm
Install bouncer in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"bouncer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nugehs/bouncer"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs