mcp-gateway-w

pickjonathan/mcp-gateway-w
★ 0 stars Go Security Updated today
Multi-tenant MCP gateway runtime — OAuth-protected per-org MCP endpoint with remote + sandboxed stdio servers. Docs: https://pickjonathan.github.io/mcp-gateway-w/
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-gateway-w": {
      "command": "go",
      "args": [
        "run",
        "github.com/pickjonathan/mcp-gateway-w@latest"
      ]
    }
  }
}

README Excerpt

A platform that connects an organization's end users to MCP tooling through one OAuth-protected endpoint — `https://{org}.{base-domain}/mcp` — while org admins add **remote (HTTP)** or **stdio** MCP servers (including untrusted ones) with no infrastructure work of their own. Go module: `github.com/acme-corp/mcp-runtime` (Go 1.25).