Manage Akamai CDN, edge computing, and security services.
## Akamai MCP Server: Global Edge Network The **Akamai MCP Server** integrates Akamai's edge platform into Google Antigravity. Manage CDN, edge computing, and security services on the world's largest edge network. ### Why Akamai MCP? Akamai delivers content from 4,000+ edge locations. The MCP provides: - **CDN**: Global content delivery - **EdgeWorkers**: JavaScript at the edge - **Security**: DDoS and WAF protection - **Media**: Video delivery ### Key Features #### 1. Content Delivery CDN capabilities: - Property configuration - Cache rules - Origin settings - Performance optimization #### 2. Edge Computing EdgeWorkers platform: - JavaScript execution - Real-time processing - A/B testing - Personalization ### Configuration ```json { "mcpServers": { "akamai": { "command": "npx", "args": ["-y", "@akamai/mcp-server"], "env": { "AKAMAI_CLIENT_TOKEN": "your-token" } } } } ``` The Akamai MCP brings enterprise edge capabilities to your workflow.
{
"mcpServers": {
"akamai": {}
}
}