Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by chjtxwd • Identity & Access
A Cloudflare Workers-based MCP (Model Context Protocol) server that provides an SSE endpoint with OAuth login for local development, inspector exploration, and integration with clients like Claude Desktop.
Connect to a remote MCP server over SSE (e.g., Claude Desktop) to discover and call tools hosted on your server.
A local development environment to build and test MCP-compatible tools using a mock OAuth flow and the MCP Inspector.
An easily deployable cloud endpoint (Cloudflare Workers) to expose MCP tools to remote clients with persistent KV-backed credentials.
This repository provides a ready-to-run MCP server you can run locally or deploy to Cloudflare Workers. It includes an SSE transport endpoint, a mock OAuth login flow backed by Workers KV, and instructions for connecting the MCP Inspector and Claude Desktop. It is useful for developing, testing, and exposing MCP tools remotely via a cloud-deployable endpoint.