Skip to content
Zed

coolify for Zed

io.github.stumason/coolify

45 optimized tools for managing Coolify infrastructure, diagnostics, and docs search

client:Zed transport:stdio runtime:npm

Install coolify in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "coolify": {
      "command": "npx",
      "args": [
        "-y",
        "@masonator/coolify-mcp"
      ],
      "env": {
        "COOLIFY_ACCESS_TOKEN": "<COOLIFY_ACCESS_TOKEN>",
        "COOLIFY_BASE_URL": "<COOLIFY_BASE_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

coolify in other clients