Remote MCP Server on Cloudflare
@signalcipher
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"sc-mcp-server": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
This server runs a Model Context Protocol (MCP) server on Cloudflare Workers, complete with OAuth login. It is intended for developers who want to deploy a remote MCP server accessible from any MCP client.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run npx nx dev remote-mcp-server for local development. For remote deployment, create an OAUTH_KV namespace, add its ID to wrangler.jsonc, and run npm run deploy. Connect clients (e.g., MCP Inspector or Claude Desktop) using the SSE endpoint at http://localhost:8787/sse locally or your workers.dev URL after deployment.
Key features of Remote MCP Server on Cloudflare
- Deployable on Cloudflare Workers with OAuth authentication.
- Uses Server-Sent Events (SSE) transport.
- Testable locally before deployment.
- Supports MCP Inspector for tool discovery and calls.
- Connects to Claude Desktop via a remote proxy (
npx mcp-remote). - Provides a global workers.dev URL for client access.
Use cases of Remote MCP Server on Cloudflare
- Deploy a remote MCP server reachable from any internet-connected client.
- Give AI assistants like Claude access to custom tools over the web.
- Authenticate users with OAuth before allowing tool execution.
- Develop and test MCP tools locally, then deploy globally with minimal friction.
FAQ from Remote MCP Server on Cloudflare
How do I run this server locally?
Clone the repo, run npm install, and then execute npx nx dev remote-mcp-server. The server will be available at http://localhost:8787/.
How do I connect the MCP Inspector?
Start the inspector with npx @modelcontextprotocol/inspector, set Transport Type to SSE, and enter http://localhost:8787/sse (or your deployed URL) as the server URL. You will go through a mock OAuth login to connect.
How do I deploy the server to Cloudflare?
First create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add the returned ID to wrangler.jsonc, then run npm run deploy.
How do I connect Claude Desktop to my deployed server?
Edit Claude Desktop’s config file to add an entry using npx mcp-remote pointing to your workers.dev/sse URL (e.g., https://worker-name.account-name.workers.dev/sse). Restart Claude; a login window will open.
What should I do if something goes wrong?
Try restarting Claude, or connect directly using npx mcp-remote http://localhost:8787/sse. In rare cases, clearing ~/.mcp-auth with rm -rf ~/.mcp-auth may help.
云与基础设施 分类下的更多 MCP 服务器
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
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.
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
评论