Skip to content
Zed

bouncer for Zed

io.github.nugehs/bouncer

Static compliance-controls checker for UK Online Safety Act & ICO Children's Code. CLI + MCP.

client:Zed transport:stdio runtime:npm

Install bouncer in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "bouncer": {
      "command": "npx",
      "args": [
        "-y",
        "@nugehs/bouncer"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

bouncer in other clients