Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by devinellis • APIs & Integration
A Cloudflare Workers-hosted MCP server with OAuth support for connecting MCP clients (like MCP Inspector and Claude Desktop) to remote tools.
Call remote tools over the Model Context Protocol (MCP) from Claude Desktop or other MCP clients via an SSE endpoint.
A locally runnable MCP server with a mock OAuth flow to develop and debug MCP tool integrations before deploying.
A deployable MCP server backed by Cloudflare Workers and KV for production-like hosting of custom tools.
This repository provides a remote MCP (Model Context Protocol) server implementation that can be run locally and deployed to Cloudflare Workers. It includes a mock OAuth login flow for local development, instructions to connect with the MCP Inspector, and guidance to proxy the MCP server into Claude Desktop. The project simplifies testing, debugging, and deploying MCP endpoints using Cloudflare Workers and KV storage for OAuth state.