Remote MCP Server on Cloudflare
@basehub-ai
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"example-remote-mcp-server": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
A Model Context Protocol (MCP) server deployed on Cloudflare Workers with built-in OAuth login. It enables developers to run remote MCP servers that can be accessed by MCP clients like Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Connect the MCP Inspector or Claude Desktop by providing the SSE endpoint URL (e.g. /sse). Deploy to Cloudflare with npm run deploy after creating an OAuth KV namespace.
Key features of Remote MCP Server on Cloudflare
- Runs MCP server on Cloudflare Workers.
- OAuth login for secure access.
- SSE transport for real‑time tool calls.
- Compatible with MCP Inspector and Claude Desktop.
- Local development workflow with hot reload.
- One‑command deployment via Wrangler.
Use cases of Remote MCP Server on Cloudflare
- Host MCP tools on a globally distributed serverless platform.
- Connect Claude Desktop to a cloud‑hosted MCP server for remote tools.
- Develop and test MCP servers locally before deployment.
- Provide authenticated MCP access to team members or applications.
FAQ from Remote MCP Server on Cloudflare
What dependencies are required?
Node.js, npm, and a Cloudflare account. The project uses nx for local development and wrangler for deployment.
How do I connect Claude Desktop to my remote server?
Add an entry in Claude Desktop’s config file using npx mcp-remote with your Workers URL and the /sse path (e.g. "https://worker-name.account-name.workers.dev/sse").
Where is OAuth state stored?
OAuth state is stored in a Cloudflare KV namespace named OAUTH_KV. You must create this namespace before deploying.
How can I debug connectivity issues?
Restart Claude Desktop, or test the connection directly with npx mcp-remote <URL>. If authentication persists, remove ~/.mcp-auth files and retry.
What transport does the server use?
The server communicates over Server‑Sent Events (SSE). The MCP inspector and client must configure the transport type to SSE and connect to the /sse endpoint.
云与基础设施 分类下的更多 MCP 服务器
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
🐋 Docker MCP server
ckreilingMCP server for Docker
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
评论