Remote MCP Server on Cloudflare
@courtney-sims
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-courtney-sims": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
A template project that sets up a remote MCP (Model Context Protocol) server on Cloudflare Workers, complete with OAuth login. It is intended for developers who want to deploy and host MCP servers at the edge using Cloudflare's infrastructure.
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 by creating an OAUTH_KV namespace and running npm run deploy. Connect clients such as the MCP Inspector or Claude Desktop via SSE transport at the /sse endpoint.
Key features of Remote MCP Server on Cloudflare
- Runs entirely on Cloudflare Workers
- Includes built-in OAuth login flow
- Uses SSE (Server-Sent Events) transport
- Connects to MCP Inspector and Claude Desktop
- Deployable with a single deploy command
Use cases of Remote MCP Server on Cloudflare
- Hosting remote MCP tools on the Cloudflare edge
- Connecting Claude Desktop to server-side MCP tools
- Prototyping and testing MCP servers locally before deployment
- Implementing OAuth-based authentication for MCP endpoints
FAQ from Remote MCP Server on Cloudflare
What transport protocol does it use?
It uses SSE (Server-Sent Events) as the transport layer for MCP communication.
What runtime or platform does it require?
It requires Cloudflare Workers as the deployment platform and Node.js for local development.
How do I deploy the server to production?
Create an OAUTH_KV namespace with npx wrangler kv namespace create OAUTH_KV, add the namespace ID to wrangler.jsonc, then run npm run deploy.
How do I connect Claude Desktop to the remote server?
Add the server's workers.dev /sse URL to your Claude Desktop configuration using the mcp-remote proxy, restart Claude, and authenticate via the OAuth flow.
云与基础设施 分类下的更多 MCP 服务器
Supabase MCP Server
coleam00Supabase MCP server created in Python.
🐋 Docker MCP server
ckreilingMCP server for Docker
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
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
评论