Remote MCP Server on Cloudflare
@Laity624
Remote MCP Server on Cloudflare について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"remote-mcp-server-laity624": {
"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 (Model Context Protocol) server on Cloudflare Workers, complete with OAuth login. It is intended for developers who want to expose MCP tools over the internet and connect clients like Claude Desktop or the MCP Inspector via SSE transport.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, then run locally with npx nx dev remote-mcp-server. Deploy to Cloudflare using wrangler kv namespace create OAUTH_KV and npm run deploy. Connect clients by pointing them to the server’s /sse endpoint.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers with SSE transport
- Includes OAuth login flow for authentication
- Connects to MCP Inspector and Claude Desktop
- Supports local development on port 8787
- Uses Cloudflare KV for OAuth state storage
Use cases of Remote MCP Server on Cloudflare
- Deploy a remote MCP server for AI assistants like Claude
- Test MCP tools locally before deploying to production
- Add OAuth-protected tool access via Cloudflare Workers
FAQ from Remote MCP Server on Cloudflare
How do I connect Claude Desktop?
Edit the Claude Desktop config file to add an mcpServers entry with command npx and args ["mcp-remote", "http://localhost:8787/sse"] for local, or the Workers URL for remote access.
What transport protocol does it use?
It uses Server-Sent Events (SSE) over HTTP as the transport protocol.
How do I deploy to Cloudflare?
Run npx wrangler kv namespace create OAUTH_KV, add the KV namespace ID to wrangler.jsonc, then run npm run deploy.
How do I debug connection issues?
Restart Claude or test the connection directly with npx mcp-remote http://localhost:8787/sse. In rare cases, clear the auth cache with rm -rf ~/.mcp-auth.
Where is the OAuth state stored?
OAuth state is stored in a Cloudflare KV namespace configured via wrangler.jsonc.
「クラウドとインフラ」の他のコンテンツ
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.
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.
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
Supabase MCP Server
coleam00Supabase MCP server created in Python.
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
コメント