This MCP server for Coolify API enables full deployment workflows from zero to production, allowing users to manage projects, environments, servers, and applications.
From the registry: MCP server for Coolify API operations.
Please install the `coolify-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Node 18+** — Node.js 18 or higher required.
- **Coolify API token** — Generate in Coolify Settings > API.
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@fndchagas/coolify-mcp"]
- required environment variables:
- `COOLIFY_BASE_URL`: Coolify API URL. (example: `https://coolify.example.com/api/v1`)
- `COOLIFY_TOKEN`: Coolify API token. (example: `<your-coolify-token>`)
- optional environment variables:
- `COOLIFY_ALLOW_WRITE`: Enable write operations (create/update/delete/deploy). Default true. (example: `true`)
- `COOLIFY_ALLOW_UNSAFE_LOGS`: Allow raw logs without redaction. Default false. (example: `false`)
- `COOLIFY_STRICT_VERSION`: Fail on API version mismatch. Default false. (example: `false`)
- `MCP_TRANSPORT`: Transport: stdio, http, or both. Default stdio. (example: `stdio`)
- `PORT`: HTTP port when using http transport. Default 7331. (example: `7331`)
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.COOLIFY_BASE_URLrequiredCoolify API URL (e.g., `https://coolify.example.com/api/v1`)COOLIFY_TOKENrequiredAPI token from Coolify Settings > APIReal-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
Persistent codebase knowledge graph. Survives session restarts and context compaction.
Validate oh-my-posh configurations and segment snippets against the official schema.