Qovery MCP Server✓
com.qovery/mcp-server · v1.0.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.qovery/mcp-server",
"description": "Deploy apps and manage Kubernetes on AWS, GCP, Azure, and On-Premise with natural language.",
"title": "Qovery MCP Server",
"version": "1.0.1",
"websiteUrl": "https://www.qovery.com/docs/copilot/mcp-server",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp-api-ai.qovery.com/mcp?token={qovery_token}",
"variables": {
"qovery_token": {
"description": "Your Qovery API token (generate from Qovery Console -> Settings -> API Tokens)",
"isRequired": true,
"isSecret": true
}
}
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}