Remote MCP Server on Cloudflare
@cnmeeia
Remote MCP Server on Cloudflare について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"remote-mcp-server-cnmeeia": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Remote MCP Server on Cloudflare?
A remote MCP server running on Cloudflare Workers, complete with OAuth login, enabling AI clients to call tools via SSE over HTTP.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, run npx nx dev remote-mcp-server for local development. Deploy with npm run deploy after setting up a KV namespace with npx wrangler kv namespace create OAUTH_KV. Connect clients by pointing to the server’s SSE endpoint (e.g., http://localhost:8787/sse locally, or your workers.dev URL).
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers for global, serverless deployment.
- Includes OAuth login for secure client access.
- Supports SSE (Server-Sent Events) transport.
- Works with MCP Inspector and Claude Desktop.
- Local mock login for development and testing.
Use cases of Remote MCP Server on Cloudflare
- Expose MCP tools to Claude Desktop from a remote server.
- Test and debug MCP tools locally before deployment.
- Deploy a production MCP server on Cloudflare’s edge network.
- Integrate MCP tools with any MCP-compatible client over HTTP.
FAQ from Remote MCP Server on Cloudflare
What does the OAuth login do?
It authenticates users before they can connect to the MCP server. Locally, a mock login accepts any email and password.
What runtime dependencies are required?
Requires Node.js and npm for development. Deployment uses Cloudflare Workers (no runtime dependencies for the deployed version).
How do I connect Claude Desktop to my remote server?
Update Claude’s config file (mcpServers) to use mcp-remote with the secure https://worker-name.account-name.workers.dev/sse URL.
Where is data stored?
The server uses a Cloudflare KV namespace (OAUTH_KV) for OAuth state. No client data is stored by default.
Does the server support transports other than SSE?
The README only demonstrates SSE transport. No other transports (like stdio) are mentioned.
「クラウドとインフラ」の他のコンテンツ
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
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.
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
コメント