Skip to content
Cline

Coolify MCP for Cline

io.github.frndchagas/coolify-mcp

MCP server for Coolify API operations.

client:Cline transport:stdio runtime:npm

Install Coolify MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "coolify-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@fndchagas/coolify-mcp"
      ],
      "env": {
        "COOLIFY_BASE_URL": "<COOLIFY_BASE_URL>",
        "COOLIFY_TOKEN": "<COOLIFY_TOKEN>",
        "COOLIFY_STRICT_VERSION": "<COOLIFY_STRICT_VERSION>",
        "COOLIFY_ALLOW_WRITE": "<COOLIFY_ALLOW_WRITE>",
        "COOLIFY_ALLOW_UNSAFE_LOGS": "<COOLIFY_ALLOW_UNSAFE_LOGS>",
        "COOLIFY_OPENAPI_REF": "<COOLIFY_OPENAPI_REF>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Coolify MCP in other clients