
Qovery MCP Server
Control Qovery deployments and Kubernetes environments from your coding agent without switching to the console for every change.
Overview
Qovery MCP Server is an operate-phase MCP server that lets coding agents deploy applications and manage Kubernetes on Qovery across AWS, GCP, Azure, and on-prem using natural language.
What is this MCP server?
- Streamable HTTP MCP remote at mcp-api-ai.qovery.com with Qovery API token auth
- Natural-language deploy and manage flows for apps on Kubernetes
- Multi-cloud targets: AWS, GCP, Azure, and on-premise clusters
- Official server schema v1.0.1 with documented Copilot/MCP setup
- Centralizes environment operations for solo builders using Qovery as the control plane
- MCP server version 1.0.1
- Supports AWS, GCP, Azure, and on-premise Kubernetes via Qovery
- Single streamable-http remote endpoint with required qovery_token secret
What problem does it solve?
Toggling between your editor and the Qovery console for every deploy or cluster tweak breaks flow and is tedious when you are shipping alone.
Who is it for?
Indie builders already on Qovery who want Claude Code, Cursor, or similar agents to handle routine deploy and environment operations.
Skip if: Teams not using Qovery, or anyone who needs deep low-level kubectl-only workflows without the Qovery control plane.
What do I get? / Deliverables
After you register the remote MCP URL with a valid API token, your agent can drive Qovery deploy and K8s management from the same session where you write code.
- Agent-callable Qovery deploy and environment operations
- Kubernetes management actions mediated through Qovery’s API
- Repeatable MCP remote config documented in server.json v1.0.1
Recommended MCP Servers
Journey fit
How it compares
Hosted Qovery platform MCP integration, not a standalone Terraform or generic Kubernetes skill.
Common Questions / FAQ
Who is Qovery MCP Server for?
It is for developers and solo builders who deploy through Qovery and want their AI coding agent to manage apps and Kubernetes via the official MCP remote.
When should I use Qovery MCP Server?
Use it during operate and ship prep when you need agent-driven deploys, environment updates, or K8s management on Qovery-backed clouds without leaving the IDE.
How do I add Qovery MCP Server to my agent?
Add the streamable HTTP remote https://mcp-api-ai.qovery.com/mcp with your Qovery API token (from Console → Settings → API Tokens) as the required secret variable qovery_token.