Manage Linode cloud instances, Kubernetes, and object storage.
## Linode MCP Server: Akamai Cloud Infrastructure The **Linode MCP Server** integrates Akamai's Linode cloud platform into Google Antigravity. Deploy compute instances, Kubernetes clusters, and managed databases on Akamai's global infrastructure. ### Why Linode MCP? Linode offers competitive pricing with Akamai's edge network. The MCP provides: - **Compute**: Linode instances - **LKE**: Linode Kubernetes Engine - **Databases**: Managed PostgreSQL/MySQL - **Storage**: Block and object storage ### Key Features #### 1. Compute Management Linode instances: - Instance provisioning - Resize and migrate - Backups and snapshots - StackScripts automation #### 2. Kubernetes LKE cluster management: - Cluster creation - Node pools - High availability - Autoscaling #### 3. Network Services Global infrastructure: - NodeBalancers - Cloud Firewalls - Private VLANs - DNS management ### Configuration ```json { "mcpServers": { "linode": { "command": "npx", "args": ["-y", "@linode/mcp-server"], "env": { "LINODE_TOKEN": "your-api-token" } } } } ``` The Linode MCP brings Akamai cloud infrastructure to your development workflow.
{
"mcpServers": {
"linode": {}
}
}