🔒
Gateway Oauth Helpers
Library containing OAuth Dynamic Client Registration (DCR) functionality for MCP servers
0 installs
3 stars
3 forks
Trust: 53 — Fair
Security
Installation
npx mcp-gateway-oauth-helpersAsk AI about Gateway Oauth Helpers
Powered by Claude · Grounded in docs
I know everything about Gateway Oauth Helpers. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
MCP Gateway OAuth Helpers
Library containing OAuth Dynamic Client Registration (DCR) functionality for MCP servers.
Note: This code was extracted from MCP Gateway PR: https://github.com/docker/mcp-gateway/pull/148
Purpose
This library provides the core OAuth/DCR functions for MCP Gateway:
- OAuth Discovery: Discover OAuth requirements from MCP servers (RFC 9728 + 8414)
- Dynamic Client Registration: Register OAuth clients automatically (RFC 7591)
- WWW-Authenticate Parsing: Parse OAuth challenge headers
