← Back to Plugins
MCP Server MCP

Akamai CDN

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx readonly-mcp-akamai

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "readonly-mcp-akamai",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Akamai EdgeGrid API hostname (e.g., akab-xxxx.luna.akamaiapis.net)",
          "isRequired": true,
          "format": "string",
          "name": "AKAMAI_HOST"
        },
        {
          "description": "Akamai EdgeGrid client token",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AKAMAI_CLIENT_TOKEN"
        },
        {
          "description": "Akamai EdgeGrid client secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AKAMAI_CLIENT_SECRET"
        },
        {
          "description": "Akamai EdgeGrid access token",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AKAMAI_ACCESS_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...