Manage Fastly CDN, Compute@Edge, and real-time log streaming.
## Fastly MCP Server: Edge Cloud Platform The **Fastly MCP Server** integrates Fastly's edge cloud platform into Google Antigravity. Deploy Compute@Edge functions, manage CDN configurations, and analyze real-time logs. ### Why Fastly MCP? Fastly delivers sub-second edge computing. The MCP provides: - **Compute@Edge**: WebAssembly functions - **CDN**: Content delivery - **WAF**: Web application firewall - **Real-time Logs**: Log streaming ### Key Features #### 1. Edge Compute Compute@Edge platform: - WebAssembly runtime - Rust, Go, JavaScript - Sub-millisecond startup - Request/response manipulation #### 2. CDN Management Content delivery: - Cache configuration - Origin shielding - Image optimization - Video streaming ### Configuration ```json { "mcpServers": { "fastly": { "command": "npx", "args": ["-y", "@fastly/mcp-server"], "env": { "FASTLY_API_TOKEN": "your-token" } } } } ``` The Fastly MCP enables real-time edge cloud operations.
{
"mcpServers": {
"fastly": {}
}
}