Coolify MCP

Coolify MCP is an MCP server in the cloud infrastructure category that exposes 40 tools to an agent, covering read & search, create & write, delete. It runs locally over stdio via the published package.

People connecting cloud infrastructure tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 3 · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Coolify MCP

before you install - you'll need

Set COOLIFY_BASE_URL, COOLIFY_TOKEN, COOLIFY_ALLOW_WRITE before connecting.

Claude Code

claude mcp add frndchagas-coolify-mcp -- npx -y @fndchagas/coolify-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "frndchagas-coolify-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@fndchagas/coolify-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @fndchagas/coolify-mcp - the @fndchagas scope differs from the repo owner (frndchagas); confirm it's the project's official package

registry namespace io.github.frndchagas is GitHub-verified and matches the repo owner

03 · What Coolify MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list all projects, create a new project, update project name/description, and delete a project and all its resources.

Capability map

Tools grouped from the project's README - what Coolify MCP lets an agent do.

read & search

16 tools - e.g. List all projects; List environments in a project; List all servers

listProjects · listEnvironments · listServers · getServer · listPrivateKeys · listGithubApps…

create & write

6 tools - e.g. Create a new project; Create a new environment; Create a new server

createProject · createEnvironment · createServer · createPrivateKey · createApplication · createDatabase

delete

4 tools - e.g. Delete a project and all its resources; Delete an application; Cancel a running deployment

deleteProject · deleteApplication · cancelDeployment · deleteDatabase

update

3 tools - e.g. Update project name/description; Update application configuration; Update database configuration

updateProject · updateApplication · updateDatabase

run & execute

2 tools - e.g. Start an application; Stop an application

startApplication · stopApplication

Validate Server

1 tool - e.g. Validate server connection

validateServer

Restart Application

1 tool - e.g. Restart an application

restartApplication

Application Envs

1 tool - e.g. Manage application env vars: list (masked by default), create, update, upsert by key, bulk_update, delete

applicationEnvs

Latest releases

coolify-mcp-v2.3.1 · 2026-08-24

2.3.1 (2026-08-24) · follow upstream main branch

coolify-mcp-v2.3.0 · 2026-08-24

2.3.0 (2026-08-24) · target Coolify v4.3.10 API · exclude demo scripts from linting · exclude demo scripts from linting · isolate stateless MCP server requests

coolify-mcp-v2.2.1 · 2026-08-06

2.2.1 (2026-08-06) · never emit contradictory status hints in diagnoseApp · never emit contradictory status hints in diagnoseApp

04 · Who maintains Coolify MCP

Coolify MCP is maintained by frndchagas. We track 2 MCP servers from frndchagas - 2 actively maintained, 7 combined GitHub stars, oldest repo from Jan 2026. Full record: all servers from frndchagas.

  1. Expo Android MCP MCP server for Android emulator automation via ADB. ★ 4

05 · Facts

category
cloud infrastructure - actively maintained as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-24)
registry
io.github.frndchagas/coolify-mcp (active, first published 2026-01-07 · 15 versions)
packages
npm:@fndchagas/coolify-mcp

06 · Coolify MCP FAQ

Is Coolify MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

What can Coolify MCP do?

With this server connected, an agent can list all projects, create a new project, update project name/description, and delete a project and all its resources.

How do I install Coolify MCP?

Run `npx -y @fndchagas/coolify-mcp`. The README documents 3 environment variables (COOLIFY_BASE_URL, COOLIFY_TOKEN, COOLIFY_ALLOW_WRITE) to set first. Set COOLIFY_BASE_URL, COOLIFY_TOKEN, COOLIFY_ALLOW_WRITE before connecting. You can also paste the ready-made client config above.

Does Coolify MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Coolify MCP

More cloud infrastructure MCP servers · Ratatosk MCP · Cloud Audit · Cashpilot MCP · Genieacs MCP · Lynxprompt MCP

More TypeScript MCP servers · Expo Android MCP · Aspicio · Zendesk MCP Server · npm Run MCP Server · Deepadb · see all