gangway

strausmann/gangway
★ 0 stars Go Security Updated 6d ago
Go building blocks for internet-facing MCP servers: OIDC auth, IP allowlisting, per-tool authorization
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gangway": {
      "command": "go",
      "args": [
        "run",
        "github.com/strausmann/gangway@latest"
      ]
    }
  }
}

README Excerpt

Go building blocks for internet-facing [MCP](https://modelcontextprotocol.io/) servers: OIDC authentication, IP allowlisting, and per-tool authorization — wrapped around the official not a replacement for it. ```go cfg, _ := serve.LoadConfig() gw, _ := serve.New(ctx, cfg, serve.WithToolKinds(map[string]access.ToolKind{

Tools (1)

ping