You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Signed-off-by: Philip <pmig@glasskube.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Jakob Steiner <kosmoz@users.noreply.github.com>
and MCP prompt analytics for streamable HTTP MCP servers.
5
8
6
9
## Main Features
7
10
8
11
- OAuth Proxy (incl. dynamic client registration)
9
12
- Prompt Telemetry
10
13
- MCP request logging and payload inspection
11
14
15
+
```
16
+
┌──────────────┐ OAuth2 ┌──────────────┐
17
+
│ End User │ ───────────────▶ │ Hypr MCP │
18
+
└──────────────┘ Single Login │ Gateway │
19
+
└──────┬───────┘
20
+
│
21
+
┌─────────┼───────────┐
22
+
│ │ │
23
+
┌────▼───┐ ┌───▼────┐ ┌────▼───┐
24
+
│ Tool A │ │ Tool B │ │ Tool C │
25
+
└────────┘ └────────┘ └────────┘
26
+
```
27
+
12
28
## Examples
13
29
14
30
Do you want to see the Hypr MCP gateway in action?
15
31
16
-
Checkout our [`examples/who-am-i`](examples/who-am-i/README.md) featuring an upstream MCP server that
32
+
Check out our [`examples/who-am-i`](examples/who-am-i/README.md) featuring an upstream MCP server that
17
33
is able to return the authorization state.
18
34
35
+
## Why did we build Hypr MCP Gateway?
36
+
37
+
Adding OAuth2 support to an MCP server has lots of footguns and poses a significant challenge with to many developers.
38
+
By shifting the task to a separate infrastructure component, your MCP server can remain lean and be fully spec-compliant without you having to write a single line of code.
39
+
We have created a write-up on [_Building Supabase-like OAuth Authentication For MCP Servers_](https://hyprmcp.com/blog/mcp-server-authentication/)
40
+
on our [blog](https://hyprmcp.com/blog/) that goes into the details on MCP Server authentication.
41
+
42
+
19
43
## Contributing & Local development
20
44
21
-
Checkout our [CONTRIBUTING.md](./CONTRIBUTING.md) for detailed instructions.
45
+
Check out our [CONTRIBUTING.md](./CONTRIBUTING.md) for detailed instructions.
22
46
23
47
## Hypr MCP Cloud
24
48
@@ -27,4 +51,5 @@ We also provide fully-managed MCP server and gateway hosting at Hypr MCP cloud,
27
51
28
52
**Make sure to join our waitlist for early access:**
0 commit comments