Documentation Index
Fetch the complete documentation index at: https://qovery-docs-ai-use-cases-highlight.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Qovery MCP Server lets you interact with your Qovery infrastructure from any MCP-compatible client (Claude, Claude Code, ChatGPT, etc.) using natural language.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 →
Prerequisites
- MCP-Compatible Client: Any MCP-compatible application
- Qovery Account: Active account with infrastructure
- API Token: Generate from Qovery Console (Settings -> API Tokens) (only needed if you don’t use OAuth)
Setup
1. Generate Your Qovery API Token (if not using OAuth)
Open Qovery Console
Go to console.qovery.com
2. Configure Your MCP Client
The Qovery MCP Server is accessible at:The Qovery MCP Server is also available through the MCP Registry.
Authentication
The Qovery MCP Server supports 2 authentication methods:OAuth
The easiest method to authentificate, it will open a page in your browser to authentificate- Claude code
- Codex
Use the MCP Server URL and configure an OAuth callback port
Qovery API Token
If you want to use a Qovery API token, for example to be able to limit the permission of what can be done. You can create a token with read/view only permission so you are guaranteed no destructive action can be taken.- Claude Code
- Codex
Configure claude code to add your Qovery token in the HTTP headers
Usage Examples
Once connected, you can interact with your infrastructure naturally: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.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
- Generate a new API token if needed from Qovery Console
Security Best Practices
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: claude.ai
- Technical Blog: How We Built an Agentic DevOps Copilot