Remote MCP Server on Cloudflare
@cnmeeia
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-cnmeeia": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
A remote MCP server running on Cloudflare Workers, complete with OAuth login, enabling AI clients to call tools via SSE over HTTP.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, run npx nx dev remote-mcp-server for local development. Deploy with npm run deploy after setting up a KV namespace with npx wrangler kv namespace create OAUTH_KV. Connect clients by pointing to the server’s SSE endpoint (e.g., http://localhost:8787/sse locally, or your workers.dev URL).
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers for global, serverless deployment.
- Includes OAuth login for secure client access.
- Supports SSE (Server-Sent Events) transport.
- Works with MCP Inspector and Claude Desktop.
- Local mock login for development and testing.
Use cases of Remote MCP Server on Cloudflare
- Expose MCP tools to Claude Desktop from a remote server.
- Test and debug MCP tools locally before deployment.
- Deploy a production MCP server on Cloudflare’s edge network.
- Integrate MCP tools with any MCP-compatible client over HTTP.
FAQ from Remote MCP Server on Cloudflare
What does the OAuth login do?
It authenticates users before they can connect to the MCP server. Locally, a mock login accepts any email and password.
What runtime dependencies are required?
Requires Node.js and npm for development. Deployment uses Cloudflare Workers (no runtime dependencies for the deployed version).
How do I connect Claude Desktop to my remote server?
Update Claude’s config file (mcpServers) to use mcp-remote with the secure https://worker-name.account-name.workers.dev/sse URL.
Where is data stored?
The server uses a Cloudflare KV namespace (OAUTH_KV) for OAuth state. No client data is stored by default.
Does the server support transports other than SSE?
The README only demonstrates SSE transport. No other transports (like stdio) are mentioned.
云与基础设施 分类下的更多 MCP 服务器
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
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.
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.
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
评论