Remote MCP Server on Cloudflare
@cyhw
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-cyhw": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
This project provides a template and guide to deploy a remote MCP server on Cloudflare Workers, complete with OAuth login. It is intended for developers who want to expose MCP tools over the internet with authentication.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Deploy to Cloudflare using npx wrangler kv namespace create OAUTH_KV, add the KV namespace ID to wrangler.jsonc, and run npm run deploy. Connect clients like the MCP Inspector or Claude Desktop via the SSE endpoint (/sse) using the mcp-remote proxy.
Key features of Remote MCP Server on Cloudflare
- Deploy MCP server on Cloudflare Workers.
- Includes OAuth login for secure access.
- Local development with mock login.
- Connect MCP Inspector or Claude Desktop.
- Remote access via workers.dev URL.
- Uses SSE transport protocol.
Use cases of Remote MCP Server on Cloudflare
- Expose MCP tools (e.g., math functions) to AI assistants like Claude.
- Develop and test MCP servers locally before deploying.
- Build authenticated MCP APIs on Cloudflare's edge network.
FAQ from Remote MCP Server on Cloudflare
What is the purpose of this project?
It provides a remote MCP server on Cloudflare Workers with OAuth login, enabling AI clients to call tools securely.
How do I run the server locally?
Clone the repo, install dependencies, and run npx nx dev remote-mcp-server. Then connect clients to http://localhost:8787/sse.
How do I deploy to Cloudflare?
Create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add its ID to wrangler.jsonc, then run npm run deploy.
How do I connect Claude Desktop?
Add an entry to Claude Desktop's config file using npx mcp-remote pointing to your server's SSE URL (local or remote).
What transport protocol is used?
The server uses SSE (Server-Sent Events) as the transport protocol. Clients connect to the /sse endpoint.
云与基础设施 分类下的更多 MCP 服务器
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
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.
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
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.
评论