remote-mcp-oauth-github
If you are the rightful owner of remote-mcp-oauth-github and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for Claude.ai custom integrations, running on Cloudflare Workers with GitHub OAuth authentication.
The Cloudflare Workers MCP Server with OAuth is designed to facilitate custom integrations with Claude.ai by leveraging the Model Context Protocol (MCP). This server is hosted on Cloudflare Workers and utilizes GitHub OAuth for secure authentication. It supports dynamic client registration, session management, and permission-based access control, ensuring a seamless and secure integration experience. The server is fully compliant with the MCP authentication specification and provides tools for user information retrieval, calculations, and GitHub repository access. By integrating with Claude.ai, users can enhance their conversational AI capabilities with additional functionalities provided by the MCP server.
Features
- Claude.ai Custom Integration support
- Full compliance with MCP authentication specification
- OAuth 2.0 authorization flow (GitHub)
- Dynamic Client Registration (DCR) for OAuth clients
- Session management with KV storage
Tools
get_user_info
Retrieves authenticated user information.
calculate
Performs basic arithmetic calculations.
get_github_repos
Lists user's GitHub repositories.