Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by jroyal • Identity & Access
A Cloudflare Workers example MCP server that provides a remote Model Context Protocol endpoint with built-in OAuth (Cloudflare Access / OIDC) for authenticated tool access.
Connect to a remote MCP server secured by OAuth so tools are only available to authenticated users.
Invoke server-side tools (e.g., add, userInfoOctokit, or restricted image generation) over an SSE MCP connection.
Integrate MCP tooling with Cloudflare Workers infrastructure, using Durable Objects and KV for persistent auth state.
This repository implements a remote MCP server built on Cloudflare Workers that authenticates clients via OAuth (Cloudflare Access / OIDC) and exposes tools over SSE for MCP clients. It integrates an OAuth Provider, Durable Objects, and KV storage to manage tokens, persistent state, and conditional tool availability. The project includes examples for restricting tool access by GitHub usernames and instructions for deploying locally or to a Workers domain. It is intended as a reference implementation to integrate OAuth providers with MCP servers and to connect clients such as Inspector, Claude Desktop, and Cursor.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.