MCP.so
ログイン

Remote MCP Server on Cloudflare

@MCP-Mirror

Remote MCP Server on Cloudflare について

Mirror of

基本情報

カテゴリ

クラウドとインフラ

ランタイム

node

トランスポート

stdio

公開者

MCP-Mirror

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "tiny-server": {
      "url": "http://localhost:8787/sse"
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Remote MCP Server on Cloudflare?

How to use Remote MCP Server on Cloudflare?

Configure with mcp.json using the key "tiny-server" and URL "http://localhost:8787/sse". Deploy to Cloudflare via npm run deploy using Wrangler.

Key features of Remote MCP Server on Cloudflare

  • Deploys as a Cloudflare Worker with Durable Objects
  • Uses SSE transport for MCP communication
  • Requires a paid Cloudflare plan for Durable Objects

Use cases of Remote MCP Server on Cloudflare

FAQ from Remote MCP Server on Cloudflare

Where can I find more information?

A detailed guide is available at https://note.linkof.link/13a9p7.html.

What runtime dependencies are needed?

It uses Wrangler (npm) and a paid Cloudflare Workers plan for Durable Objects.

How is the MCP server accessed?

Via an SSE endpoint at http://localhost:8787/sse (or the deployed Worker URL).

コメント

「クラウドとインフラ」の他のコンテンツ