Skip to content
VS Code

bouncer gates for VS Code

io.github.ajeermahmood/bouncer-gates

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

client:VS Code transport:stdio runtime:npm

Install bouncer gates in VS Code

.vscode/mcp.json

{
  "servers": {
    "bouncer-gates": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "bouncer-gates"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

bouncer gates in other clients