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.
「クラウドとインフラ」の他のコンテンツ
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
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
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.
コメント