mcp-gate

c-premus/mcp-gate
★ 2 stars Go 🔒 Security Updated today
OAuth 2.1 reverse proxy for MCP servers — RFC 9728 metadata + JWT validation
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-gate": {
      "command": "go",
      "args": [
        "run",
        "github.com/c-premus/mcp-gate@latest"
      ]
    }
  }
}

README Excerpt

OAuth 2.1 reverse proxy for MCP servers. Implements [RFC 9728 Protected Resource Metadata](https://datatracker.ietf.org/doc/html/rfc9728) and JWT validation, delegating authentication to an external authorization server. **Read the blog post**: [I couldn't find an OAuth 2.1 proxy for MCP servers, so I built one](https://dev.to/cpremus/i-couldnt-find-an-oauth-21-proxy-for-mcp-servers-so-i-built-one-59nd)

Topics

golangmcpmodel-context-protocoloauth2reverse-proxy