Remote MCP Server on Cloudflare
@jlrcnmsn1990
Remote MCP Server on Cloudflare について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"remote-mcp-server-jlrcnmsn1990": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Remote MCP Server on Cloudflare?
A reference implementation for running a remote MCP server on Cloudflare Workers with OAuth login, enabling clients like Claude Desktop to call tools over HTTP via SSE.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Deploy using npm run deploy after creating a KV namespace for OAuth. Connect using MCP Inspector or Claude Desktop by pointing to the SSE endpoint (e.g., http://localhost:8787/sse or your workers.dev URL).
Key features of Remote MCP Server on Cloudflare
- OAuth login for secure client access
- Local development with live reload
- Deploy to Cloudflare Workers
- Works with MCP Inspector and Claude Desktop
- Supports SSE transport for remote MCP clients
Use cases of Remote MCP Server on Cloudflare
- Host a remote MCP server accessible over the internet
- Allow Claude Desktop to call custom tools via HTTP
- Prototype an MCP server with OAuth authentication
- Teach MCP client-server architecture with a real deployment
FAQ from Remote MCP Server on Cloudflare
How is Remote MCP Server on Cloudflare different from a local MCP server?
It runs on Cloudflare Workers instead of your local machine, enabling remote access and OAuth login.
What runtime or dependencies are required?
Node.js, npm, and optionally Cloudflare Wrangler CLI for deployment.
Where is OAuth data stored?
In a Cloudflare KV namespace named OAUTH_KV that you create during deployment.
What transport does the server use?
Server-Sent Events (SSE) – connect to the /sse endpoint of the server.
How do I debug connection issues?
Restart Claude or use npx mcp-remote http://localhost:8787/sse from the command line. Clear ~/.mcp-auth if needed.
「クラウドとインフラ」の他のコンテンツ
Supabase MCP Server
coleam00Supabase MCP server created in Python.
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
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
コメント