mcp-gateway

salmon-21/mcp-gateway
★ 0 stars Go 🔒 Security Updated 1d ago
Headless OAuth/DCR gateway for self-hosted MCP servers, fronting Dex.
View on GitHub →

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": {
      "command": "go",
      "args": [
        "run",
        "github.com/salmon-21/mcp-gateway@latest"
      ]
    }
  }
}

README Excerpt

Headless OAuth/DCR gateway for self-hosted MCP servers, fronting [Dex](https://dexidp.io/). A small Go binary that sits in front of one or more MCP backends and: - Serves OAuth 2.1 / OIDC discovery (`/.well-known/oauth-authorization-server`) and OAuth 2.0 protected-resource metadata (`/.well-known/oauth-protected-resource`,