mcpbeat Sign in

Coolify MCP Server

local only

Coolify MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 98 installs a week from npm. Last commit 8 Sep 2026.

MCP server for Coolify API operations.

Installs per day peak 335 · avg 27 · +63% w/w
a month agotoday
98
Installs / week
npm · @fndchagas/coolify-mcp
3
Stars
1 open issues
8 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/docs-index-refresh.yml:28
      - name: Open or update PR when the index changed
        env:
          GH_TOKEN: ${{ github.token }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

Nothing serious here today

Today is the operative word: we check Coolify MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add coolify-mcp -- npx -y @fndchagas/coolify-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "coolify-mcp": {
      "args": [
        "-y",
        "@fndchagas/coolify-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.coolify-mcp]
command = "npx"
args = ["-y", "@fndchagas/coolify-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "coolify-mcp": {
      "args": [
        "-y",
        "@fndchagas/coolify-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "coolify-mcp": {
      "args": [
        "-y",
        "@fndchagas/coolify-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: COOLIFY_BASE_URL (Coolify API base URL.), COOLIFY_TOKEN (Coolify API token.), COOLIFY_STRICT_VERSION (Fail on version mismatch.), COOLIFY_ALLOW_WRITE (Enable write operations.), COOLIFY_ALLOW_UNSAFE_LOGS (Allow raw logs without redaction (unsafe).), COOLIFY_OPENAPI_REF (Override OpenAPI version ref (optional).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Coolify MCP

same job, measured the same way
MCP Server Search
by bytedance

MCP server for web search operations

158 installs/wk local only
EOS MCP
by shigechika

MCP server for Arista EOS device operations via eAPI

252 installs/wk local only
Swapi MCP
by abhishekjkrsna

MCP server for SWAPI API

46 installs/wk local only
Chanty
by asklokesh

MCP server for Chanty API integration

63 installs/wk local only
AWS CLI MCP Server
by musaddiq-dev

Python MCP server for AWS CLI inspection and operations

71 installs/wk local only
Azure
by asklokesh

MCP server for Azure API integration

63 installs/wk local only
Xero
by asklokesh

MCP server for Xero API integration

44 installs/wk local only
Zoho Crm
by asklokesh

MCP server for Zoho CRM API integration

47 installs/wk local only

Coolify MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Coolify MCP?
Coolify MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @fndchagas/coolify-mcp was installed 98 times last week.
How do I connect Coolify MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @fndchagas/coolify-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Coolify MCP?
The npm package @fndchagas/coolify-mcp was installed 98 times in the last week. Week over week that is +63%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Coolify MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 3 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.