Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion examples/who-am-i/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The upstream MCP server is called "MCP, Who am I?" and can be found on GitHub:
All components of this setup are configured through a compose file and can be started with Docker Compose.
Please ensure that you have a working Docker installation.

### GitHub As Federated OIDC Provider
### GitHub As Identity Provider

First, create a new OAuth application on GitHub here: https://github.com/settings/applications/new

Expand Down Expand Up @@ -64,6 +64,12 @@ You can either log in with your GitHub account or username password authenticati
If you want to bypass the authentication proxy you can directly call the "Who am I?" MCP server
at `http://localhost:3000/mcp` and will see that the request is not authenticated.

## Demo

Watch a demonstration of the MCP Gateway in action:

[![MCP Gateway Demo](https://img.youtube.com/vi/-oEzwJe1wac/maxresdefault.jpg)](https://youtu.be/-oEzwJe1wac)

## Hypr MCP Cloud

We also provide fully-managed MCP server and gateway hosting at Hypr MCP cloud, featuring
Expand Down