Remote MCP Server on Cloudflare
@miracledevlol
Remote MCP Server on Cloudflare について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"remote-mcp-server-miracledevlol": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Remote MCP Server on Cloudflare?
A template and guide for running a remote MCP server on Cloudflare Workers with OAuth login, enabling developers to expose tools over HTTP and connect them to MCP clients like Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run npx nx dev remote-mcp-server for local development. For production, deploy using npm run deploy after creating a KV namespace with npx wrangler kv namespace create OAUTH_KV. Connect clients by configuring the SSE endpoint (e.g., http://localhost:8787/sse or https://worker-name.account-name.workers.dev/sse) in the MCP Inspector or Claude Desktop settings using the mcp-remote proxy.
Key features of Remote MCP Server on Cloudflare
- OAuth login built into the server.
- Runs locally and deploys to Cloudflare Workers.
- Uses SSE transport for MCP communication.
- Works with the MCP Inspector for testing.
- Connects to Claude Desktop via a local proxy.
- Supports remote access from any MCP client.
Use cases of Remote MCP Server on Cloudflare
- Developing and testing a remote MCP server locally.
- Deploying an MCP server to Cloudflare’s global edge network.
- Connecting Claude Desktop to a remote MCP server with OAuth.
- Using the MCP Inspector to list and call tools.
- Integrating custom tools into MCP-compatible applications.
FAQ from Remote MCP Server on Cloudflare
—
「クラウドとインフラ」の他のコンテンツ
🐋 Docker MCP server
ckreilingMCP server for Docker
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.
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
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
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
コメント