Back to Apps

Coolify MCP
by stumason
Comprehensive management and diagnostics for self-hosted PaaS Coolify
0 stars
Works in:Cursor
Exposes:ToolsResources
What it does
Coolify MCP provides a robust interface for managing self-hosted PaaS instances via AI assistants. It allows developers to deploy applications, manage databases, inspect logs, and perform infrastructure diagnostics using natural language.
Tools
get_infrastructure_overview: High-level view of all servers and apps.diagnose_app: Comprehensive diagnostics for a specific application.application: Full CRUD operations for creating and updating apps.control: Start, stop, or restart apps, databases, and services.search_docs: Full-text search across official Coolify documentation.bulk_env_update: Upsert environment variables across multiple apps.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"coolify": {
"command": "npx",
"args": ["-y", "@masonator/coolify-mcp"],
"env": {
"COOLIFY_ACCESS_TOKEN": "your-api-token",
"COOLIFY_BASE_URL": "https://your-coolify-instance.com"
}
}
}
}
Supported hosts
- claude
- cursor
Quick install
npx -y @masonator/coolify-mcpInformation
- Pricing
- free
- Published
- 4/15/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Run npx -y @masonator/coolify-mcp with required env vars.Claude Desktop
Use npx -y @masonator/coolify-mcp with COOLIFY_ACCESS_TOKEN and COOLIFY_BASE_URL env vars.





