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