Remote MCP Server on Cloudflare
@miludeerforest
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-miludeerforest": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
A starter that enables you to run an MCP (Model Context Protocol) server on Cloudflare Workers with OAuth-based login, allowing AI clients like Claude Desktop to invoke tools remotely over SSE.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, and run locally with npx nx dev remote-mcp-server. Deploy to Cloudflare using npm run deploy after creating an OAuth KV namespace with npx wrangler kv namespace create OAUTH_KV. Connect clients by pointing them to the /sse endpoint of your server.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers for global edge deployment.
- Includes OAuth login flow out of the box.
- Uses SSE transport for real‑time communication.
- Supports local development with MCP Inspector.
- Compatible with Claude Desktop via the
mcp-remoteproxy.
Use cases of Remote MCP Server on Cloudflare
- Deploy an MCP server that AI assistants can call from anywhere.
- Provide authenticated tool access to Claude Desktop over the internet.
- Prototype and test MCP tools locally before production deployment.
FAQ from Remote MCP Server on Cloudflare
What is Remote MCP Server on Cloudflare and how does it differ from a local MCP server?
It is a remote MCP server hosted on Cloudflare Workers with OAuth login. Unlike a local server, it can be accessed from any client over the internet after authentication.
What runtime dependencies does it require?
You need Node.js and npm, along with the wrangler CLI for Cloudflare deployment. The server uses Cloudflare Workers and the OAuth KV namespace.
Where does authentication data live?
OAuth tokens are stored in a Cloudflare KV namespace (OAUTH_KV) that you create during setup.
What transport protocol does the server use?
The server exposes an SSE (Server‑Sent Events) endpoint at /sse. Clients connect by providing that URL.
How can I test the server locally before deploying?
Run the server locally with npx nx dev remote-mcp-server and connect using npx @modelcontextprotocol/inspector with the URL http://localhost:8787/sse. Use any email/password for the mock login screen.
云与基础设施 分类下的更多 MCP 服务器
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
Mcp K8s Go
strowkMCP server connecting to Kubernetes
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
评论