Manage Hetzner Cloud servers, load balancers, and networking.
## Hetzner Cloud MCP Server: Cost-Effective European Cloud The **Hetzner Cloud MCP Server** integrates Hetzner's cost-effective cloud platform into Google Antigravity. Deploy servers, load balancers, and Kubernetes clusters in European data centers with excellent price-performance. ### Why Hetzner MCP? Hetzner offers exceptional value for European hosting. The MCP provides: - **Cloud Servers**: Virtual machines - **Dedicated**: Bare metal servers - **Load Balancers**: Traffic distribution - **Volumes**: Block storage ### Key Features #### 1. Server Management Cloud server operations: - Instance provisioning - Snapshots and backups - Rescue mode - ISO mounting #### 2. Networking Infrastructure networking: - Private networks - Floating IPs - Firewalls - Load balancers #### 3. Kubernetes Managed Kubernetes: - Cluster creation - Node pool management - Autoscaling - CCM integration ### Configuration ```json { "mcpServers": { "hetzner": { "command": "npx", "args": ["-y", "@hetzner/mcp-server"], "env": { "HCLOUD_TOKEN": "your-api-token" } } } } ``` The Hetzner MCP enables cost-effective European cloud infrastructure.
{
"mcpServers": {
"hetzner": {}
}
}