Best for
- Developers and DevOps professionals using Coolify for self-hosted PaaS.
- Teams looking to simplify daily deployment and operations with AI assistants.
- Scenarios involving multiple Coolify instances.
Coolify MCP Server is a feature-rich and well-designed MCP server for managing Coolify self-hosted PaaS. It reduces context consumption through tool consolidation and token optimization, while providing secure defaults and human confirmation. Ideal for users who want to simplify operations with AI assistants.
Coolify MCP Server is an MCP server that allows AI assistants like Claude and Cursor to manage a Coolify instance through natural language. It provides 44 consolidated tools covering infrastructure overview, diagnostics, deployments, environment variables, databases, services, backups, scheduled tasks, and more. The design focuses on token efficiency by using action-parameter tools to reduce context usage. It features secure defaults including secret masking and human confirmation for destructive operations. Compatible with Coolify v4.0 through v4.2+.
claude mcp add coolify -e COOLIFY_BASE_URL="..." -e COOLIFY_ACCESS_TOKEN="..." -- npx @masonator/coolify-mcp@latest.{
"mcpServers": {
"coolify": {
"command": "npx",
"args": [
"-y",
"@masonator/coolify-mcp"
],
"env": {
"COOLIFY_BASE_URL": "https://your-coolify-instance.com",
"COOLIFY_ACCESS_TOKEN": "your-api-token"
}
}
}
}