Skip to content
Zed

MCP Cloudflare for Zed

io.github.crunchtools/cloudflare

Secure MCP server for Cloudflare DNS, Transform Rules, and Page Rules

client:Zed transport:stdio runtime:pypi

Install MCP Cloudflare in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "cloudflare": {
      "command": "uvx",
      "args": [
        "mcp-cloudflare-crunchtools"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

MCP Cloudflare in other clients