Remote MCP Server on Cloudflare
@Safeturf
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-safeturf": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
It is a setup for running a remote MCP server on Cloudflare Workers with OAuth login, enabling developers to host and connect MCP tools via SSE transport.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with pnpm install, and run locally with npx nx dev remote-mcp-server. Deploy to Cloudflare by creating a KV namespace via npx wrangler kv namespace create OAUTH_KV, adding its ID to wrangler.jsonc, then running npm run deploy. Connect clients (MCP Inspector or Claude Desktop) using the SSE endpoint (/sse).
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers with OAuth login
- Supports SSE transport for MCP connections
- Local development with hot‑reload via nx
- Deployment to a workers.dev domain
- Integration with Claude Desktop via remote proxy
Use cases of Remote MCP Server on Cloudflare
- Hosting MCP tools on a serverless platform
- Connecting Claude Desktop to remote tools with OAuth
- Testing MCP tools locally using the MCP Inspector
- Deploying a math tool for remote use
FAQ from Remote MCP Server on Cloudflare
How do I debug connection issues?
Restart Claude, or try connecting directly with npx mcp-remote http://localhost:8787/sse. In rare cases, clear the files in ~/.mcp-auth with rm -rf ~/.mcp-auth.
How do I connect Claude Desktop to the remote server?
Update the Claude configuration file (mcpServers) to use npx mcp-remote with the workers.dev URL (e.g., https://worker-name.account-name.workers.dev/sse).
How do I deploy to Cloudflare?
Run npx wrangler kv namespace create OAUTH_KV, add the returned KV namespace ID to wrangler.jsonc, then run npm run deploy.
How do I run the server locally?
Clone the repo, run pnpm install, then npx nx dev remote-mcp-server. Open http://localhost:8787/ in your browser.
云与基础设施 分类下的更多 MCP 服务器
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
评论