awesome-coolify-mcp

The open-source MCP server for self-hosted Coolify — deploy, read logs, diagnose from any MCP client.

Coolify API 4.1.x MCP action-based MIT

Install

Pick one of three equal paths — deeplink, configurator, or manual paste.

One-click (deeplink)

For experts with credentials ready. Placeholder env is fine — prefer the configurator to fill secrets first.

Add to Cursor Install in VS Code

Configurator (GitHub Pages)

Enter credentials and generate per-client config snippets. Everything runs client-side in your browser — tokens are never posted to a backend.

COOLIFY_URL — your Coolify base URL. COOLIFY_TOKEN — Coolify UI → Keys & Tokens.

Open install configurator

Manual

Paste JSON into your client MCP config. Example for Cursor:

{
  "mcpServers": {
    "awesome-coolify-mcp": {
      "command": "npx",
      "args": ["-y", "awesome-coolify-mcp"],
      "env": {
        "COOLIFY_URL": "https://coolify.example.com",
        "COOLIFY_TOKEN": "YOUR_COOLIFY_API_TOKEN"
      }
    }
  }
}
mcp.example.json Other clients

Clients

Full 15+ client matrix — click to preselect in the configurator.