Remote MCP Server on Cloudflare
@growtha
Remote MCP Server on Cloudflare について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"remote-mcp-server-growtha": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Remote MCP Server on Cloudflare?
A Cloudflare Workers‑based remote MCP server with OAuth login, built from the Cloudflare AI repository. It is intended for developers who want to deploy and test MCP tools remotely, then connect them to clients like Claude Desktop or the MCP Inspector.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies (npm install), run locally with npx nx dev remote-mcp-server, then deploy using npm run deploy after creating a KV namespace with npx wrangler kv namespace create OAUTH_KV. Connect clients via SSE endpoint (/sse) using the MCP Inspector or a local proxy (npx mcp-remote).
Key features of Remote MCP Server on Cloudflare
- Deploy an MCP server on Cloudflare Workers
- Built‑in OAuth login flow
- Local development with
npx nx dev remote-mcp-server - Remote access via
workers.devURL - SSE transport for MCP clients
- Uses
OAUTH_KVnamespace for session storage
Use cases of Remote MCP Server on Cloudflare
- Quickly prototype and test MCP tools locally
- Deploy a remote MCP server for production use
- Connect Claude Desktop to a remote MCP server through a proxy
- Evaluate MCP endpoints with the official MCP Inspector
FAQ from Remote MCP Server on Cloudflare
What dependencies are required to run the server locally?
Node.js, npm, and the Cloudflare AI repository. After cloning, run npm install and then npx nx dev remote-mcp-server.
How do I connect the MCP Inspector to the server?
Set the transport type to SSE and enter http://localhost:8787/sse (or your deployed URL + /sse) in the Inspector. The OAuth mock login accepts any email and password.
How do I connect Claude Desktop to the remote server?
Edit the Claude Desktop config file to add a server entry: set command to npx, args to ["mcp-remote", "https://worker-name.account-name.workers.dev/sse"]. A browser window opens for OAuth login.
Where are OAuth session tokens stored?
In a KV namespace named OAUTH_KV, created with npx wrangler kv namespace create OAUTH_KV and added to wrangler.jsonc.
What transport does the server use?
SSE (Server‑Sent Events) over HTTP. The endpoint is /sse.
「クラウドとインフラ」の他のコンテンツ
Cloudflare MCP Server
cloudflareSupabase 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.
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
コメント