bouncer for VS Code
io.github.nugehs/bouncer
Static compliance-controls checker for UK Online Safety Act & ICO Children's Code. CLI + MCP.
client:VS Code
transport:stdio
runtime:npm
Install bouncer in VS Code
.vscode/mcp.json
{
"servers": {
"bouncer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nugehs/bouncer"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs