Remote MCP Server on Cloudflare
@abelpenton
Remote MCP Server on Cloudflare について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"rp-mcp-server": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Remote MCP Server on Cloudflare?
A deployment template and guide for running a remote MCP (Model Context Protocol) server on Cloudflare Workers with OAuth login support, intended for developers who want to host MCP tools accessible over the internet.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, and run locally with npx nx dev remote-mcp-server. Deploy to Cloudflare by creating a KV namespace (npx wrangler kv namespace create OAUTH_KV), updating wrangler.jsonc, and running npm run deploy. Connect clients (MCP Inspector, Claude Desktop) via the SSE endpoint (e.g., http://localhost:8787/sse or the deployed workers.dev URL).
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers for global edge deployment.
- Built-in OAuth login flow for authentication.
- Supports SSE transport for MCP communication.
- Works with MCP Inspector for local development and testing.
- Connects to Claude Desktop via
mcp-remoteproxy.
Use cases of Remote MCP Server on Cloudflare
- Hosting MCP tools accessible from any remote MCP client.
- Developing and testing custom MCP tools locally before deployment.
- Providing AI assistants like Claude with remote tool execution capabilities.
- Securing access to MCP tools with OAuth authentication.
FAQ from Remote MCP Server on Cloudflare
How do I run the server locally?
Clone the repository, run npm install, then execute npx nx dev remote-mcp-server. The server will be available at http://localhost:8787/.
How do I deploy the server to Cloudflare?
Create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add its ID to wrangler.jsonc, and run npm run deploy.
How do I connect the MCP Inspector to the server?
Start the inspector with npx @modelcontextprotocol/inspector, set Transport Type to "SSE", and enter the server’s SSE URL (e.g., http://localhost:8787/sse for local).
How do I connect Claude Desktop?
Edit the Claude Desktop configuration file (mcpServers section) to add an entry with "command": "npx" and "args": ["mcp-remote", "<server-url>/sse"]. Restart Claude Desktop.
How do I debug connection issues?
Use npx mcp-remote <server-url>/sse on the command line to test connectivity. If needed, clear cached OAuth files with rm -rf ~/.mcp-auth.
「クラウドとインフラ」の他のコンテンツ
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
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
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
コメント