MCP Streamable HTTP Server with Standard Browser OAuth
Overview
What is MCP OAuth Server?
MCP OAuth Server is a streamable HTTP server that facilitates client authorization through GitHub's OAuth, allowing secure access to resources.
How to use MCP OAuth Server?
To use the MCP OAuth Server, clone the repository, install the dependencies, create an OAuth app on GitHub, set the required environment variables, and start the server.
Key features of MCP OAuth Server?
- Streamable HTTP server implementation
- Browser-based client authorization using GitHub OAuth
- Secure handling of authorized client requests
Use cases of MCP OAuth Server?
- Enabling secure access to APIs for authorized clients.
- Integrating with GitHub for user authentication in applications.
- Supporting multiple client requests through a single server instance.
FAQ from MCP OAuth Server?
- What is required to run the MCP OAuth Server?
You need to have Node.js installed and set up GitHub OAuth credentials.
- Can I use this server for other OAuth providers?
Currently, it is designed for GitHub OAuth, but it can be adapted for other providers with modifications.
- Is there any support for error handling?
Yes, the server includes error handling for expired or invalid access tokens.