Skip to content
Zed

Akamai CDN for Zed

io.github.desty2k/akamai

Read-only MCP server for Akamai CDN — properties, EdgeWorkers, DNS, network lists

client:Zed transport:stdio runtime:pypi

Install Akamai CDN 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": {
    "akamai": {
      "command": "uvx",
      "args": [
        "readonly-mcp-akamai"
      ],
      "env": {
        "AKAMAI_HOST": "<AKAMAI_HOST>",
        "AKAMAI_CLIENT_TOKEN": "<AKAMAI_CLIENT_TOKEN>",
        "AKAMAI_CLIENT_SECRET": "<AKAMAI_CLIENT_SECRET>",
        "AKAMAI_ACCESS_TOKEN": "<AKAMAI_ACCESS_TOKEN>"
      }
    }
  }
}

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

Akamai CDN in other clients