Remote MCP Server on Cloudflare
@Steak8859
Remote MCP Server on Cloudflare について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"harrisonaix-mcp-server": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Remote MCP Server on Cloudflare?
A remote MCP server that runs on Cloudflare Workers with OAuth login, enabling tool calls from MCP clients like Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Connect via the MCP Inspector using SSE at http://localhost:8787/sse, or configure Claude Desktop with a local proxy using npx mcp-remote pointing to the same URL. Deploy to Cloudflare with npm run deploy after setting up a KV namespace.
Key features of Remote MCP Server on Cloudflare
- Local development with SSE transport
- OAuth login for authentication
- MCP Inspector integration for testing tools
- Claude Desktop connectivity via remote proxy
- Deployment to Cloudflare Workers
Use cases of Remote MCP Server on Cloudflare
- Test MCP tools locally using the MCP Inspector
- Connect Claude Desktop to a remote math tool
- Deploy a production-ready MCP server on Cloudflare
- Access the server from any SSE-capable MCP client
FAQ from Remote MCP Server on Cloudflare
How do I authenticate with the server?
The server uses OAuth login, presenting a mock user/password screen during local development for authentication.
What dependencies are required?
Requires Node.js, npm, and npx. For deployment, the Cloudflare Wrangler CLI is needed.
Where is state stored?
State is stored using a Cloudflare KV namespace called OAUTH_KV, which must be configured in the wrangler.jsonc file.
What transport does the server use?
The server uses SSE (Server-Sent Events) transport via the /sse endpoint.
How do I debug connection issues?
Restart Claude Desktop or test connectivity directly with npx mcp-remote. Clearing the files in ~/.mcp-auth can resolve rare authentication issues.
「クラウドとインフラ」の他のコンテンツ
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
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
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
コメント