Manage OVHcloud infrastructure, dedicated servers, and public cloud.
## OVHcloud MCP Server: European Cloud Giant The **OVHcloud MCP Server** integrates OVH's cloud platform into Google Antigravity. Manage public cloud instances, dedicated servers, and Kubernetes clusters with European data sovereignty. ### Why OVHcloud MCP? OVHcloud offers GDPR-compliant European infrastructure. The MCP provides: - **Public Cloud**: OpenStack-based VMs - **Dedicated Servers**: Bare metal - **Managed Kubernetes**: OVH Kubernetes - **Storage**: Object and block storage ### Key Features #### 1. Public Cloud OpenStack-powered: - Instance management - Flavors and images - Block storage - Private networks #### 2. Dedicated Servers Bare metal hosting: - Server provisioning - Hardware RAID - DDoS protection - Bandwidth options #### 3. Data Sovereignty European compliance: - GDPR compliance - Data residency - SecNumCloud certified ### Configuration ```json { "mcpServers": { "ovhcloud": { "command": "npx", "args": ["-y", "@ovh/mcp-server"], "env": { "OVH_APPLICATION_KEY": "your-key", "OVH_APPLICATION_SECRET": "your-secret" } } } } ``` The OVHcloud MCP brings European cloud sovereignty to your workflow.
{
"mcpServers": {
"ovhcloud": {}
}
}