Skip to content
Zed

bouncer gates for Zed

io.github.ajeermahmood/bouncer-gates

Stops secrets, cross-tenant queries and unsafe migrations before they merge.

client:Zed transport:stdio runtime:npm

Install bouncer gates in Zed

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

{
  "context_servers": {
    "bouncer-gates": {
      "command": "npx",
      "args": [
        "-y",
        "bouncer-gates"
      ]
    }
  }
}

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

bouncer gates in other clients