Skip to content
Claude Desktop

gateway for Claude Desktop

io.github.bolyra/gateway

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

client:Claude Desktop transport:stdio runtime:npm

Install gateway in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

gateway in other clients