Loading languages...
MC

mcp-server-cloudflare

@cloudflare2817

Model Context Protocol (MCP) is a new, standardized protocol for managing context between large language models (LLMs) and external systems. In this repository, you can find several MCP servers allowing you to connect to Cloudflare's service from an MCP client (e.g. Cursor, Claude) and use natural language to accomplish tasks through your Cloudflare account.

cloudflare
cloud-service
sse
observability
workers
radar
dns-analytics

# mcpServer Config

{
  "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"
      ]
    }
  }
}

# sseURL

https://docs.mcp.cloudflare.com/sse
Transport:
sse
语言:
TypeScript
创建时间:11/27/2024
更新时间:8/7/2025