MCP server for Coolify β 64 tools to deploy, diagnose, and manage apps, databases, and services on your self-hosted PaaS. OpenAPI-generated schemas, docs search, secrets masked by default.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
MCP server for Coolify API - enables full deployment workflows from zero to production.

Targets the Coolify v4.3.10 API. Types and schemas are generated directly from Coolify's official OpenAPI spec, so tool inputs always match what the API actually accepts.
createApplication tool covers public git, GitHub App, Deploy Key, Dockerfile, and Docker Image sources β plus Docker Compose deployments via createService (since Coolify v4.1, compose deployments are services)diagnoseApp finds an app by UUID, name, or domain and aggregates status, recent deployments, failure log tails, runtime logs, and suggested next actionssearchDocs runs full-text search across the official Coolify documentation from a bundled local index β no network neededreadOnlyHint/destructiveHint) so clients can auto-approve reads and gate destructive callsClaude Desktop, one-click: download coolify-mcp.mcpb from the latest release and drag it into Settings β Extensions. You'll be prompted for your Coolify URL and token β no Node install, no JSON editing.
Via npm:
Or edit ~/.codex/config.toml:
~/.mcp.json)| Variable | Default | Description |
|---|---|---|
COOLIFY_BASE_URL | required | Coolify API URL (e.g., https://coolify.example.com/api/v1) |
COOLIFY_TOKEN | required | API token from Coolify Settings > API |
COOLIFY_ALLOW_WRITE | true | Enable write operations (create, update, delete, deploy) |
COOLIFY_STRICT_VERSION | false | Fail on API version mismatch |
COOLIFY_MCP_ELICITATION | on | Set to off to skip human confirmation on destructive deletes (escape hatch for clients that advertise elicitation but do not implement it) |
MCP_TRANSPORT | stdio | Transport: stdio, http, both |
PORT | 7331 | HTTP port (when using http transport) |
MCP_HTTP_TOKEN | unset | Bearer token required on /mcp requests (HTTP transport). Setting it also switches the default bind to 0.0.0.0 |
MCP_HTTP_HOST | 127.0.0.1 (0.0.0.0 with token) | Interface the HTTP transport binds to. Binding beyond loopback without a token logs a loud warning |
With this MCP, you can deploy an application from scratch:
| Tool | Description | Write |
|---|---|---|
listProjects | List all projects | |
createProject | Create a new project | β |
updateProject | Update project name/description | β |
deleteProject | Delete a project and all its resources | β |
listEnvironments | List environments in a project | |
createEnvironment | Create a new environment | β |
| Tool | Description | Write |
|---|---|---|
listServers | List all servers | |
getServer | Get server details | |
createServer | Create a new server | β |
validateServer | Validate server connection | |
listPrivateKeys | List SSH private keys | |
createPrivateKey | Create a new SSH key | β |
listGithubApps | List configured GitHub Apps |
| Tool | Description |
|---|---|
listApplications | List all applications (summarized by default) |
getApplication | Get application details (secrets masked by default) |
getLogs | Get application runtime logs |
| Tool | Description | Write |
|---|---|---|
createApplication | Create an application; type selects the source: public, private-github-app, private-deploy-key, dockerfile, or dockerimage. Long-tail fields go in extra and are validated per type. | β |
Docker Compose deployments are created with
createServicepassingdocker_compose_rawβ since Coolify v4.1 they are services, not applications.
| Tool | Description | Write |
|---|---|---|
updateApplication | Update application configuration | β |
deleteApplication | Delete an application | β |
startApplication | Start an application | β |
stopApplication | Stop an application | β |
restartApplication | Restart an application | β |
| Tool | Description | Write |
|---|---|---|
applicationEnvs | Manage application env vars: list (masked by default), create, update, upsert by key, bulk_update, delete | β |
Database and service env vars have their own tools:
databaseEnvsandserviceEnvs.
| Tool | Description | Write |
|---|---|---|
deploy | Trigger a deployment; wait: true polls to the terminal status and returns a log tail on failure | β |
diagnoseApp | Diagnose an app by UUID, name, or domain: status, recent deployments, failure log tail, runtime logs, hints | |
diagnoseServer | Diagnose a server by UUID, name, or IP: resource status breakdown, domains, hints | |
listDeployments | List running deployments | |
getDeployment | Get deployment status and logs | |
listAppDeployments | List deployments for an application | |
cancelDeployment | Cancel a running deployment | β |
| Tool | Description | Write |
|---|---|---|
listDatabases | List all databases | |
getDatabase | Get database details | |
createDatabase | Create a database; type selects the engine: postgresql, mysql, mariadb, mongodb, redis, keydb, dragonfly, clickhouse | β |
updateDatabase | Update database configuration | β |
deleteDatabase | Delete a database (volumes/configs deleted by default) | β |
controlDatabase | Start, stop, or restart a database | β |
databaseBackups | Manage backup schedules and executions (list/create/update/delete/list_executions/delete_execution) | β |
databaseEnvs | Manage database env vars (list/create/update/bulk_update/delete) | β |
| Tool | Description | Write |
|---|---|---|
listServices | List services | |
getService | Get service details (secrets masked by default) | |
createService | Create a one-click service or Docker Compose deployment | β |
updateService | Update a service | β |
deleteService | Delete a service | β |
controlService | Start, stop, or restart a service | β |
serviceEnvs | Manage service env vars (list/create/update/bulk_update/delete) | β |
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/coolify-mcp)<a href="https://allmcps.com/mcp/coolify-mcp"><img src="https://allmcps.com/api/badge/coolify-mcp?style=directory" alt="Coolify MCP on AllMCPs" /></a>