Remote MCP Server on Cloudflare
@omaree14
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-omaree14": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
A remote MCP server that runs on Cloudflare Workers, complete with OAuth login, designed for developers who want to deploy and connect MCP tools over HTTP.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Connect MCP Inspector or Claude Desktop using the SSE endpoint (e.g., http://localhost:8787/sse locally or the workers.dev URL after deployment).
Key features of Remote MCP Server on Cloudflare
- Deploy MCP servers on Cloudflare Workers.
- OAuth-based login for secure access.
- Supports SSE transport for remote clients.
- Local development with MCP Inspector.
- Direct integration with Claude Desktop.
- Uses Cloudflare KV for OAuth state.
Use cases of Remote MCP Server on Cloudflare
- Deploy a math tool server and call it from Claude Desktop.
- Create a remote MCP server with authentication for team use.
- Test and debug MCP tools locally before deploying to production.
- Connect any MCP client (Inspector, Claude) to a server on Cloudflare.
FAQ from Remote MCP Server on Cloudflare
What runtime or dependencies are required?
Node.js and npm are needed for local development. For deployment, a Cloudflare account and Wrangler CLI are required. Cloudflare KV is used for OAuth.
How does authentication work?
The server uses OAuth login. During development, a mock login screen accepts any email/password. After deployment, OAuth is handled by Cloudflare Workers.
What transport protocol does the server use?
All communication uses SSE (Server-Sent Events) over HTTP. The MCP inspector and Claude Desktop connect via an SSE URL.
How do I deploy the server?
Run npx wrangler kv namespace create OAUTH_KV, add the KV namespace ID to wrangler.jsonc, then deploy with npm run deploy. The server is available at a workers.dev URL.
Where are OAuth session data stored?
OAuth data is stored in Cloudflare KV, which is configured during deployment. Local auth files may be cleared from ~/.mcp-auth for debugging.
云与基础设施 分类下的更多 MCP 服务器
Mcp K8s Go
strowkMCP server connecting to Kubernetes
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
评论