Skip to content
Zed

Cloudflare MCP Server for Zed

io.github.itunified-io/cloudflare

Cloudflare MCP Server — 84 tools for DNS, Tunnels, WAF, Zero Trust, R2, KV & Workers

client:Zed transport:stdio runtime:npm

Install Cloudflare MCP Server in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "cloudflare": {
      "command": "npx",
      "args": [
        "-y",
        "@itunified.io/mcp-cloudflare"
      ],
      "env": {
        "CLOUDFLARE_API_TOKEN": "<CLOUDFLARE_API_TOKEN>",
        "CLOUDFLARE_ACCOUNT_ID": "<CLOUDFLARE_ACCOUNT_ID>"
      }
    }
  }
}

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

Cloudflare MCP Server in other clients