Remote MCP Server on Cloudflare
@kathayl
Remote MCP Server on Cloudflare について
概要はまだありません
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"remote-mcp-server-kathayl": {
"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 that runs on Cloudflare Workers with OAuth login, enabling remote tool calling from MCP clients like Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, run locally with npx nx dev remote-mcp-server, and deploy to Cloudflare using npm run deploy after configuring a KV namespace. Connect clients via the /sse endpoint using an MCP Inspector or a local proxy (mcp-remote).
Key features of Remote MCP Server on Cloudflare
- OAuth login for secure access.
- Deploy on Cloudflare Workers for remote availability.
- SSE transport for real-time communication.
- Local development with MCP Inspector.
- Integration with Claude Desktop via
mcp-remoteproxy.
Use cases of Remote MCP Server on Cloudflare
- Host MCP tools on the edge for remote clients.
- Test and debug tools using the MCP Inspector.
- Connect Claude Desktop to a remote MCP server.
- Prototype and deploy custom MCP servers quickly.
FAQ from Remote MCP Server on Cloudflare
How do I connect the MCP Inspector to my server?
Run npx @modelcontextprotocol/inspector, set Transport Type to SSE, and enter http://localhost:8787/sse (or your deployed URL) as the URL.
How do I connect Claude Desktop to my Remote MCP Server on Cloudflare?
Add an mcpServers entry to Claude Desktop’s config file, using mcp-remote as the command and the server’s /sse URL as an argument.
How do I deploy Remote MCP Server on Cloudflare?
Create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add its ID to wrangler.jsonc, then run npm run deploy.
What should I do if Claude Desktop fails to connect?
Try restarting Claude or test the connection on the command line with npx mcp-remote <url>/sse. In rare cases, clear ~/.mcp-auth files.
よくある質問
How do I connect the MCP Inspector to my server?
Run `npx @modelcontextprotocol/inspector`, set Transport Type to SSE, and enter `http://localhost:8787/sse` (or your deployed URL) as the URL.
How do I connect Claude Desktop to my Remote MCP Server on Cloudflare?
Add an `mcpServers` entry to Claude Desktop’s config file, using `mcp-remote` as the command and the server’s `/sse` URL as an argument.
How do I deploy Remote MCP Server on Cloudflare?
Create a KV namespace with `npx wrangler kv namespace create OAUTH_KV`, add its ID to `wrangler.jsonc`, then run `npm run deploy`.
What should I do if Claude Desktop fails to connect?
Try restarting Claude or test the connection on the command line with `npx mcp-remote <url>/sse`. In rare cases, clear `~/.mcp-auth` files.
基本情報
「クラウドとインフラ」の他のコンテンツ
Supabase MCP Server
coleam00Supabase MCP server created in Python.
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
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
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.
コメント