Qovery MCP Server
com.qovery/mcp-server
Documentation
Installation
Connect any MCP-compatible client to https://mcp.qovery.com/mcp.
Example with Claude Code:
claude mcp add --transport http qovery https://mcp.qovery.com/mcp --callback-port 4242
Configuration
Prerequisites:
- MCP-compatible client
- Active Qovery account with infrastructure
- Qovery Console access to Settings > MCP Server
- Qovery API token if you are not using OAuth
Supported connection modes:
- OAuth (recommended)
- API token in the URL:
https://mcp.qovery.com/mcp?token=YOUR_TOKEN - Read/write mode: append
read_write=true - API token in an
Authorizationheader:Authorization: Token YOUR_TOKEN
Read-only is the default. Use read/write only when you need mutations and have write access enabled in the Qovery Console.
Capabilities
- Query and list Qovery resources
- Inspect environments, services, deployments, and related infrastructure
- With
read_write=true, trigger deployments and update configurations
Limitations
- Read-only by default
- Write mode requires
read_write=trueand write access enabled in Qovery Console - Copilot must be enabled in the Qovery Console
- Not intended for deploying a brand-new app from source code; use the Qovery Agent Skill for that
- API tokens should be kept private and rotated when no longer needed
