Skip to content
VS Code

gateway for VS Code

io.github.bolyra/gateway

MCP auth gateway: verify agent identity, enforce per-tool permissions, block replays, emit receipts.

client:VS Code transport:stdio runtime:npm

Install gateway in VS Code

.vscode/mcp.json

{
  "servers": {
    "gateway": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@bolyra/gateway"
      ]
    }
  }
}

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

gateway in other clients