File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,26 @@ You can either log in with your GitHub account or username password authenticati
6464If you want to bypass the authentication proxy you can directly call the "Who am I?" MCP server
6565at ` http://localhost:3000/mcp ` and will see that the request is not authenticated.
6666
67+ ## HyprMCP Gateway
68+
69+ - OAuth Proxy (incl. dynamic client registration)
70+ - Prompt Telemetry
71+ - MCP request logging and payload inspection
72+
73+ ```
74+ ┌──────────────┐ OAuth2 ┌──────────────┐
75+ │ End User │ ───────────────▶ │ Hypr MCP │
76+ └──────────────┘ Single Login │ Gateway │
77+ └──────┬───────┘
78+ │
79+ ┌─────────┼───────────┐
80+ │ │ │
81+ ┌────▼───┐ ┌───▼────┐ ┌────▼───┐
82+ │ Tool A │ │ Tool B │ │ Tool C │
83+ └────────┘ └────────┘ └────────┘
84+ ```
85+
86+
6787## Demo
6888
6989Watch a demonstration of the MCP Gateway in action:
You can’t perform that action at this time.
0 commit comments