Remote MCP Server on Cloudflare
@steve72637
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-steve72637": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
It is an MCP (Model Context Protocol) server deployed on Cloudflare Workers with OAuth login. It allows MCP clients to connect remotely via SSE (Server-Sent Events) and provides a framework for building and running tools on the edge.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Use the MCP Inspector or configure Claude Desktop (via mcp-remote proxy) to connect to the local or deployed SSE endpoint (/sse). Deploy to Cloudflare using npx wrangler kv namespace create OAUTH_KV and npm run deploy.
Key features of Remote MCP Server on Cloudflare
- OAuth-based login for secure access.
- Server-Sent Events (SSE) transport.
- Runs on Cloudflare Workers for global deployment.
- Local development with MCP Inspector.
- Connectable to Claude Desktop via
mcp-remoteproxy. - Uses Cloudflare KV for OAuth state.
Use cases of Remote MCP Server on Cloudflare
- Run a public MCP server accessible from any MCP client.
- Develop and test MCP tools locally with the inspector.
- Connect Claude Desktop to a remote MCP server for tool calling.
- Deploy an authenticated MCP server on a serverless edge platform.
FAQ from Remote MCP Server on Cloudflare
What transport does the server use?
It uses Server-Sent Events (SSE) served at the /sse endpoint.
How do I connect Claude Desktop to the server?
Configure Claude’s mcpServers entry with command: "npx", args: ["mcp-remote", "<URL>/sse"], replacing <URL> with your local or deployed Workers address.
How do I deploy the server to Cloudflare?
Run npx wrangler kv namespace create OAUTH_KV to create a KV namespace, add its ID to wrangler.jsonc, then run npm run deploy.
How can I debug connection issues?
Restart Claude, try connecting directly via npx mcp-remote <URL>/sse, or clear the ~/.mcp-auth directory with rm -rf ~/.mcp-auth.
What runtime dependencies are required?
Node.js, npm, a Cloudflare account, and local installation of the repository with npm install.
云与基础设施 分类下的更多 MCP 服务器
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
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.
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
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
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
评论