Skip to main content
Glama

mcp-server-cloudflare

Official
by cloudflare

Cloudflare MCPサーバー

モデルコンテキストプロトコル(MCP)は、大規模言語モデル(LLM)と外部システム間のコンテキストを管理するための新しい標準化プロトコルです。このリポジトリには、MCPクライアント(Cursor、Claudeなど)からCloudflareのサービスに接続し、自然言語を使用してCloudflareアカウントでタスクを実行できるMCPサーバーが複数あります。

これらのMCPサーバーにより、 MCPクライアントはアカウントの設定を読み取り、情報を処理し、データに基づいて提案を行い、さらには提案された変更をユーザーに代わって実行することができます。これらのアクションはすべて、アプリケーション開発、セキュリティ、パフォーマンスなど、CloudFlareの多くのサービスで実行できます。

このリポジトリには次のサーバーが含まれています。

サーバー名説明サーバーURL
ドキュメントサーバーCloudflareの最新の参考情報を入手するhttps://docs.mcp.cloudflare.com/sse
ワーカーバインディングサーバーストレージ、AI、コンピューティング プリミティブを使用して Workers アプリケーションを構築するhttps://bindings.mcp.cloudflare.com/sse
ワーカービルドサーバーCloudflare Workers Builds の分析情報を取得して管理するhttps://builds.mcp.cloudflare.com/sse
可観測性サーバーアプリケーションのログと分析をデバッグして洞察を得るhttps://observability.mcp.cloudflare.com/sse
レーダーサーバー世界中のインターネット トラフィックの分析情報、傾向、URL スキャン、その他のユーティリティを入手しますhttps://radar.mcp.cloudflare.com/sse
コンテナサーバーサンドボックス開発環境を立ち上げるhttps://containers.mcp.cloudflare.com/sse
ブラウザレンダリングサーバーウェブページを取得し、マークダウンに変換してスクリーンショットを撮るhttps://browser.mcp.cloudflare.com/sse
ログプッシュサーバーLogpushジョブの健全性の簡単な概要を取得するhttps://logs.mcp.cloudflare.com/sse
AIゲートウェイサーバーログを検索し、プロンプトと応答の詳細を取得しますhttps://ai-gateway.mcp.cloudflare.com/sse
AutoRAGサーバーAutoRAG 上の文書を一覧表示および検索するhttps://autorag.mcp.cloudflare.com/sse
監査ログサーバー監査ログを照会し、レビュー用のレポートを生成するhttps://auditlogs.mcp.cloudflare.com/sse
DNS分析サーバー現在の設定に基づいてDNSパフォーマンスを最適化し、問題をデバッグしますhttps://dns-analytics.mcp.cloudflare.com/sse
デジタルエクスペリエンスモニタリングサーバー組織にとって重要なアプリケーションに関する迅速な洞察を得るhttps://dex.mcp.cloudflare.com/sse
Cloudflare One CASBサーバーSaaS アプリケーションのセキュリティ構成ミスを迅速に特定し、ユーザーとデータを保護します。https://casb.mcp.cloudflare.com/sse
GraphQLサーバーCloudflareのGraphQL APIを使用して分析データを取得するhttps://graphql.mcp.cloudflare.com/sse

任意のMCPクライアントからリモートMCPサーバーにアクセスします

MCPクライアントがリモートMCPサーバーに対してファーストクラスのサポートを提供している場合、クライアントはインターフェース内で直接サーバーURLを受け入れる方法を提供します(例: Cloudflare AI Playground )。

クライアントがまだリモート MCP サーバーをサポートしていない場合は、mcp-remote ( https://www.npmjs.com/package/mcp-remote ) を使用してそれぞれの構成ファイルを設定し、クライアントがアクセスできるサーバーを指定する必要があります。

{ "mcpServers": { "cloudflare-observability": { "command": "npx", "args": ["mcp-remote", "https://observability.mcp.cloudflare.com/sse"] }, "cloudflare-bindings": { "command": "npx", "args": ["mcp-remote", "https://bindings.mcp.cloudflare.com/sse"] } } }

さらに多くの Cloudflare ツールにアクセスする必要がありますか?

このリモートMCPサーバーリポジトリには、引き続き機能を追加していきます。フィードバック、バグ報告、機能リクエストなどがありましたら、このリポジトリで問題を開いてください。

トラブルシューティング

「クロードの返答は中断されました…」

このメッセージが表示された場合、Claude がコンテキスト長の制限に達し、応答の途中で停止した可能性があります。これは、オブザーバビリティサーバーなど、多数のツール呼び出しを連鎖的に実行するサーバーでよく発生します。

この問題が発生する可能性を減らすには:

  • 具体的にし、質問は簡潔にしてください。
  • 1 つのリクエストで複数のツールを呼び出す場合は、応答を短くするために、リクエストを複数の小さなツール呼び出しに分割するようにしてください。

有料機能

一部の機能には有料のCloudflare Workersプランが必要となる場合があります。ご利用予定の機能に必要なサブスクリプションレベルがCloudflareアカウントに設定されていることを確認してください。

貢献

貢献してこのサーバーをローカルで実行することに興味がありますか? 始めるにはCONTRIBUTING.md を参照してください。

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Claude Desktop または任意の MCP クライアントを使用して、自然言語で Cloudflare アカウントで操作を実行できます。

  1. 任意のMCPクライアントからリモートMCPサーバーにアクセスします
    1. さらに多くの Cloudflare ツールにアクセスする必要がありますか?
      1. トラブルシューティング
        1. 有料機能
          1. 貢献

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              Lets you use Claude Desktop, or any MCP Client, to use natural language to accomplish things with Neon.
              Last updated -
              1,669
              331
              TypeScript
              MIT License
              • Linux
              • Apple
            • -
              security
              A
              license
              -
              quality
              This lets you use Claude Desktop, or any MCP Client, to use natural language to accomplish things with Neo4j and your Aura account.
              Last updated -
              421
              Python
              MIT License
            • A
              security
              A
              license
              A
              quality
              Enables natural language interaction with Azure services through Claude Desktop, supporting resource management, subscription handling, and tenant selection with secure authentication.
              Last updated -
              3
              0
              13
              TypeScript
              MIT License
            • -
              security
              A
              license
              -
              quality
              A package that connects Claude Desktop and other MCP clients to Cloudflare Workers, enabling custom functionality to be accessed via natural language through the Model Context Protocol.
              Last updated -
              1,942
              457
              TypeScript
              Apache 2.0

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/cloudflare/mcp-server-cloudflare'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server