Qovery
An MCP server for Qovery AI Copilot that enables deploying apps and managing Kubernetes on AWS, GCP, Azure, and On-Premise infrastructure with natural language
Getting Started
MCP Server Setup
Overview
The Qovery MCP (Model Context Protocol) Server enables you to use Qovery AI Copilot directly in any MCP-compatible client, including ChatGPT, Claude, and Claude Code. This gives you natural language control over your entire Qovery infrastructure.
Activation Required: Before using the MCP Server, organization administrators must first activate Qovery AI Copilot from the console settings. See the Getting Started guide for activation instructions.
What is MCP? The Model Context Protocol is an open standard developed by Anthropic that allows AI assistants to interact with external tools and systems. Learn more →
Operating Modes
By default, the MCP Server operates at the highest access level available based on your organization’s AI Copilot settings and your API token’s permissions. You can optionally force read-only mode using a URL parameter.
- Read-Only Mode
- Read-Write Mode
Safe exploration - View-only accessIn read-only mode, the Copilot allows you to:
- View information and status
- Get help and recommendations
- Troubleshoot issues
- Monitor deployments
- Analyze infrastructure
- No changes to infrastructure This ensures safe exploration without risk of accidental modifications.
Read-only mode is active when your organization has disabled AI write permissions, or when your API token has viewer-level permissions.
Permission Hierarchy: By default, the MCP Server operates at the highest level of access available based on:
- Your organization’s AI Copilot authorization settings (read-only or read-write)
- Your API token’s role permissions
The most restrictive setting takes precedence. For example, if your organization enables AI write access but your token has viewer permissions, the Copilot will operate in read-only mode.Forcing Read-Only Mode: You can override the default behavior and force read-only mode by adding
read-only=trueto the MCP Server URL, even if you have read-write permissions. This is useful for safe exploration when you want to ensure no changes are made.
Prerequisites
Before using the MCP Server:
- MCP-Compatible Client: Any MCP-compatible application (tested with ChatGPT, Claude, and Claude Code)
- Qovery Account: Active account with infrastructure
- API Token: Generate from Qovery Console (Settings → API Tokens)
Setup
1. Generate Your Qovery API Token
1
Open Qovery Console
Go to console.qovery.com
2
Navigate to Settings
Click on the settings icon in your organization
3
Access API Tokens
Go to API Tokens section
4
Generate Token
Click “Generate Token” and copy it
Save this token securely. You won’t be able to see it again!
2. Configure Your MCP Client
The Qovery MCP Server is accessible via the following URL:
https://mcp-api-ai.qovery.com/mcp
You can optionally include your API token and operating mode as query parameters:
https://mcp-api-ai.qovery.com/mcp?token=<your-token>
Or force read-only mode:
https://mcp-api-ai.qovery.com/mcp?token=<your-token>&read-only=true
Token in URL: If you provide the token in the URL, you won’t be prompted for authentication during the session. If omitted, the token will be requested when you first interact with the server.
Operating Mode: By default, the MCP Server operates at the highest access level available based on your organization settings and token permissions. You can force read-only mode by adding read-only=true to the URL, regardless of your available permissions.
Add the Qovery MCP Server to your MCP client’s configuration using:
Server URL: https://mcp-api-ai.qovery.com/mcp
Refer to your specific MCP client’s documentation for detailed setup instructions on how to add a custom MCP server.
The Qovery MCP Server is also available through the MCP Registry.
Usage
Authentication with API Token
The Qovery MCP Server supports 3 authentication methods:
- 1. Query Parameter
- 2. Custom Header
- 3. Authorization Header
Add your token directly to the MCP Server URL:
https://mcp-api-ai.qovery.com/mcp?token=your_qovery_token
To force read-only mode:
https://mcp-api-ai.qovery.com/mcp?token=your_qovery_token&read-only=true
Usage Examples
Once authenticated, you can interact with your infrastructure naturally:
Check Status
"Show me all my environments"
"What's the status of production?"
"List applications in the staging environment"
Deploy Applications
"Deploy the latest version of my-api to production"
"Restart the frontend application"
"Scale the API service to 5 replicas"
Troubleshoot Issues
"Why is my deployment failing?"
"Show me error logs from the last hour"
"Debug the connection timeout in staging"
Manage Infrastructure
"Create a new environment called feature-test"
"Clone production to staging"
"Stop all services in the dev environment"
Troubleshooting
MCP Server Not Connecting
Issue: Client doesn’t show Qovery tools or cannot connect Solutions:
- Verify the MCP Server URL is correct:
https://mcp-api-ai.qovery.com/mcp - Check your internet connection
- Restart your MCP client
- Contact Qovery Support if the issue persists
Authentication Errors
Issue: “Authentication failed” or “Invalid token” errors Solutions:
- Verify your API token is correct (check for copy-paste errors)
- Ensure the token hasn’t been revoked or expired
- Verify the token has the necessary permissions for the requested operation
- Generate a new API token if needed from Qovery Console
Token Not Persisting
Issue: Need to re-enter token for each question Solutions:
- Ensure you’re staying in the same conversation
- Provide the token at the beginning of new conversations
- Check if your client is maintaining the conversation context
Security Best Practices
API Token Security:
- Never share your API tokens publicly
- Don’t commit tokens to version control
- Revoke tokens you no longer need from Qovery Console
- Use tokens with the minimum required permissions
- Rotate tokens regularly
Token Permissions
The API token has the same permissions as the role you selected during creation:
- Can only access resources within your organization
- Respects organization RBAC policies
- All actions are audited in Qovery Console
Next Steps
Console Copilot
Use the built-in Console Copilot for quick help
Slack Bot
Set up the Slack Bot for team collaboration
View Capabilities
Explore everything Copilot can do
Common Tasks
Practical examples and use cases
Resources
- MCP Protocol: modelcontextprotocol.io
- Claude Desktop: claude.ai/download
- Technical Blog: How We Built an Agentic DevOps Copilot
Was this page helpful?
YesNo
Qovery Slack BotInfrastructure Management
Related Servers
1Password Credential Retrieval Server
Securely retrieve credentials from 1Password for use by Agentic AI.
MCP Weather Server
Provides hourly weather forecasts using the AccuWeather API.
Shared Memory MCP
An example project for deploying a remote MCP server on Cloudflare Workers without authentication.
FastlyMCP
Interact with the Fastly API and CLI using an API key.
EdgeOne Geo Location
Provides geolocation data using EdgeOne Pages Functions.
Binance MCP Server
Provides seamless access to the Binance exchange API. Requires Binance API credentials to be configured.
Etherscan
Interact with the Etherscan API to explore blockchain data and services.
Remote MCP Server on Cloudflare
An MCP server designed to run on Cloudflare Workers, featuring OAuth login support.
Azure Data Catalog by CData
A read-only MCP server for Azure Data Catalog, powered by CData's JDBC driver.
MCP OpenAI Server
A server for interacting with the OpenAI API. Requires an OpenAI API key.