Remote MCP Server on Cloudflare
@organicnz
Remote MCP Server on Cloudflare について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"remote-mcp-server-organicnz": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Remote MCP Server on Cloudflare?
Remote MCP Server on Cloudflare lets you host a Model Context Protocol (MCP) server on Cloudflare Workers with OAuth login, enabling remote tools to be called by MCP clients.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Connect using the MCP Inspector or configure Claude Desktop with npx mcp-remote pointing to the server's /sse endpoint. Deploy to Cloudflare by creating a KV namespace and running npm run deploy.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers for global edge deployment
- Includes OAuth login for secure access
- Uses SSE transport for real-time communication
- Provides a math tool as an example
- Supports local development and debugging
Use cases of Remote MCP Server on Cloudflare
- Deploy a remote MCP server for AI assistants like Claude
- Build and test MCP tools locally before production deployment
- Enable authenticated tool calls from any MCP client over the internet
FAQ from Remote MCP Server on Cloudflare
What transport does Remote MCP Server on Cloudflare use?
It uses Server-Sent Events (SSE), configured via a URL path like /sse.
How do I deploy Remote MCP Server on Cloudflare?
Run npx wrangler kv namespace create OAUTH_KV, add the namespace ID to wrangler.jsonc, then npm run deploy.
How can I connect Claude Desktop to my remote server?
Update Claude’s config file to use npx mcp-remote with your server’s workers.dev URL appended with /sse.
How can I debug connection issues?
Restart Claude, or test the connection directly with npx mcp-remote http://localhost:8787/sse. If needed, clear ~/.mcp-auth with rm -rf ~/.mcp-auth.
「クラウドとインフラ」の他のコンテンツ
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
Cloudflare MCP Server
cloudflareRun Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
コメント