Remote MCP Server on Cloudflare
@Hatz-AI
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-hatz-ai": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
A reference implementation for deploying a remote MCP (Model Context Protocol) server on Cloudflare Workers with OAuth login. It is designed for developers who want to host MCP tools remotely and connect them to clients like Anthropic’s Claude Desktop.
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. Use the MCP Inspector by connecting over SSE to http://localhost:8787/sse with npx @modelcontextprotocol/inspector. Deploy to Cloudflare by running npm run deploy after configuring a KV namespace for OAuth. For production, configure Claude Desktop’s claude_desktop_config.json with the mcp-remote command pointing to your deployed workers.dev/sse URL.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers with OAuth authentication.
- Local development with live reload via Nx.
- Connects to MCP Inspector and Claude Desktop.
- Uses SSE transport for MCP client communication.
- Deploys to a global
workers.devendpoint. - Includes a mock login screen for local testing.
Use cases of Remote MCP Server on Cloudflare
- Host a math tool that can be called remotely from Claude Desktop.
- Test and debug remote MCP endpoints using the MCP Inspector.
- Provide a secure MCP server behind OAuth for external clients.
FAQ from Remote MCP Server on Cloudflare
What is the MCP server, and how is it different from a standard server?
It is a Model Context Protocol server that runs on Cloudflare Workers, adding remote access and OAuth login compared to a local MCP server.
What dependencies do I need to run it locally?
Node.js and npm. The project is part of a monorepo and uses Nx for development commands.
Where does authentication data live?
In a Cloudflare KV namespace called OAUTH_KV that you create with npx wrangler kv namespace create OAUTH_KV and reference in wrangler.jsonc.
What transport protocol does the server use?
SSE (Server-Sent Events) over HTTP. Client connections are made to the /sse endpoint.
Are there known limits for the deployed server?
The README does not specify limits, but deployment requires a Cloudflare Workers account and may be subject to Workers plan quotas.
云与基础设施 分类下的更多 MCP 服务器
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
评论