Skip to content

Commit df116a2

Browse files
pmigCopilotkosmoz
authored
docs: readme update (#45)
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>
1 parent d426690 commit df116a2

File tree

1 file changed

+30
-5
lines changed

1 file changed

+30
-5
lines changed

README.md

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,48 @@
11
# Hypr MCP Gateway
22

3-
Hypr MCP Gateway featuring 1-click plug-in OAuth authorization incl. dynamic client registration
4-
and MCP prompt analytics for streamable HTTP MCP server.
3+
[![Go Report Card](https://goreportcard.com/badge/github.com/hyprmcp/mcp-gateway)](https://goreportcard.com/report/github.com/hyprmcp/mcp-gateway)
4+
[![GoDoc](https://godoc.org/github.com/hyprmcp/mcp-gateway?status.svg)](https://godoc.org/github.com/hyprmcp/mcp-gateway)
5+
6+
Hypr MCP Gateway featuring 1-click plug-in OAuth authorization including dynamic client registration
7+
and MCP prompt analytics for streamable HTTP MCP servers.
58

69
## Main Features
710

811
- OAuth Proxy (incl. dynamic client registration)
912
- Prompt Telemetry
1013
- MCP request logging and payload inspection
1114

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+
1228
## Examples
1329

1430
Do you want to see the Hypr MCP gateway in action?
1531

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
1733
is able to return the authorization state.
1834

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+
1943
## Contributing & Local development
2044

21-
Checkout our [CONTRIBUTING.md](./CONTRIBUTING.md) for detailed instructions.
45+
Check out our [CONTRIBUTING.md](./CONTRIBUTING.md) for detailed instructions.
2246

2347
## Hypr MCP Cloud
2448

@@ -27,4 +51,5 @@ We also provide fully-managed MCP server and gateway hosting at Hypr MCP cloud,
2751

2852
**Make sure to join our waitlist for early access:**
2953

30-
# <kbd>[**Join our waitlist**](https://hyprmcp.com/waitlist/)</kbd>
54+
<kbd>[**Join our waitlist**](https://hyprmcp.com/waitlist/)</kbd>
55+

0 commit comments

Comments
 (0)