Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by bright-spark • DevOps & CI/CD
A Cloudflare Workers-based Remote MCP server with OAuth that exposes tools to MCP clients like the MCP Inspector and Claude Desktop.
A hosted MCP server to expose custom tools over SSE so remote clients like the MCP Inspector can discover and call them.
Integrate Claude Desktop with local or remote tool endpoints by running a local proxy (mcp-remote) pointing at the Worker /sse URL.
A quick development workflow to iterate on MCP tools locally and then deploy them to Cloudflare Workers with KV-backed OAuth for simple authentication.
This project provides a simple Remote MCP (Model Context Protocol) server you can run locally or deploy on Cloudflare Workers, complete with a mock OAuth login flow backed by KV. It supports SSE transport for connecting MCP clients (e.g., the MCP Inspector) and includes instructions for integrating with Claude Desktop via a local proxy. The repository includes local development commands, deployment steps (wrangler + KV), and troubleshooting tips for connecting remote clients. It's useful for testing, developing, and hosting MCP tool endpoints accessible to external MCP-compatible clients.