Coolify MCP
Rank #3,288io.github.frndchagas/coolify-mcp
MCP server for Coolify API operations.
Coolify MCP is a Model Context Protocol (MCP) server published by frndchagas. It ranks #3,288 of 115,460 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Coolify MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on Jan 7, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 112,172 of 115,460 servers on MCP Toplist.
Use Coolify MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add coolify-mcp -e "COOLIFY_BASE_URL=<your COOLIFY_BASE_URL>" -e "COOLIFY_TOKEN=<your COOLIFY_TOKEN>" -e "COOLIFY_STRICT_VERSION=<your COOLIFY_STRICT_VERSION>" -e "COOLIFY_ALLOW_WRITE=<your COOLIFY_ALLOW_WRITE>" -e "COOLIFY_ALLOW_UNSAFE_LOGS=<your COOLIFY_ALLOW_UNSAFE_LOGS>" -e "COOLIFY_OPENAPI_REF=<your COOLIFY_OPENAPI_REF>" -- npx -y @fndchagas/coolify-mcpReplace each placeholder with your own value before saving.
[mcp_servers.coolify-mcp]
command = "npx"
args = ["-y", "@fndchagas/coolify-mcp"]
[mcp_servers.coolify-mcp.env]
COOLIFY_BASE_URL = "<your COOLIFY_BASE_URL>"
COOLIFY_TOKEN = "<your COOLIFY_TOKEN>"
COOLIFY_STRICT_VERSION = "<your COOLIFY_STRICT_VERSION>"
COOLIFY_ALLOW_WRITE = "<your COOLIFY_ALLOW_WRITE>"
COOLIFY_ALLOW_UNSAFE_LOGS = "<your COOLIFY_ALLOW_UNSAFE_LOGS>"
COOLIFY_OPENAPI_REF = "<your COOLIFY_OPENAPI_REF>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"coolify-mcp": {
"command": "npx",
"args": [
"-y",
"@fndchagas/coolify-mcp"
],
"env": {
"COOLIFY_BASE_URL": "<your COOLIFY_BASE_URL>",
"COOLIFY_TOKEN": "<your COOLIFY_TOKEN>",
"COOLIFY_STRICT_VERSION": "<your COOLIFY_STRICT_VERSION>",
"COOLIFY_ALLOW_WRITE": "<your COOLIFY_ALLOW_WRITE>",
"COOLIFY_ALLOW_UNSAFE_LOGS": "<your COOLIFY_ALLOW_UNSAFE_LOGS>",
"COOLIFY_OPENAPI_REF": "<your COOLIFY_OPENAPI_REF>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"coolify-mcp": {
"command": "npx",
"args": [
"-y",
"@fndchagas/coolify-mcp"
],
"env": {
"COOLIFY_BASE_URL": "<your COOLIFY_BASE_URL>",
"COOLIFY_TOKEN": "<your COOLIFY_TOKEN>",
"COOLIFY_STRICT_VERSION": "<your COOLIFY_STRICT_VERSION>",
"COOLIFY_ALLOW_WRITE": "<your COOLIFY_ALLOW_WRITE>",
"COOLIFY_ALLOW_UNSAFE_LOGS": "<your COOLIFY_ALLOW_UNSAFE_LOGS>",
"COOLIFY_OPENAPI_REF": "<your COOLIFY_OPENAPI_REF>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"coolify-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@fndchagas/coolify-mcp"
],
"env": {
"COOLIFY_BASE_URL": "<your COOLIFY_BASE_URL>",
"COOLIFY_TOKEN": "<your COOLIFY_TOKEN>",
"COOLIFY_STRICT_VERSION": "<your COOLIFY_STRICT_VERSION>",
"COOLIFY_ALLOW_WRITE": "<your COOLIFY_ALLOW_WRITE>",
"COOLIFY_ALLOW_UNSAFE_LOGS": "<your COOLIFY_ALLOW_UNSAFE_LOGS>",
"COOLIFY_OPENAPI_REF": "<your COOLIFY_OPENAPI_REF>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"coolify-mcp": {
"command": "npx",
"args": [
"-y",
"@fndchagas/coolify-mcp"
],
"env": {
"COOLIFY_BASE_URL": "<your COOLIFY_BASE_URL>",
"COOLIFY_TOKEN": "<your COOLIFY_TOKEN>",
"COOLIFY_STRICT_VERSION": "<your COOLIFY_STRICT_VERSION>",
"COOLIFY_ALLOW_WRITE": "<your COOLIFY_ALLOW_WRITE>",
"COOLIFY_ALLOW_UNSAFE_LOGS": "<your COOLIFY_ALLOW_UNSAFE_LOGS>",
"COOLIFY_OPENAPI_REF": "<your COOLIFY_OPENAPI_REF>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"coolify-mcp": {
"command": "npx",
"args": [
"-y",
"@fndchagas/coolify-mcp"
],
"env": {
"COOLIFY_BASE_URL": "<your COOLIFY_BASE_URL>",
"COOLIFY_TOKEN": "<your COOLIFY_TOKEN>",
"COOLIFY_STRICT_VERSION": "<your COOLIFY_STRICT_VERSION>",
"COOLIFY_ALLOW_WRITE": "<your COOLIFY_ALLOW_WRITE>",
"COOLIFY_ALLOW_UNSAFE_LOGS": "<your COOLIFY_ALLOW_UNSAFE_LOGS>",
"COOLIFY_OPENAPI_REF": "<your COOLIFY_OPENAPI_REF>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.frndchagas%2Fcoolify-mcp)<a href="https://mcptoplist.com/server/io.github.frndchagas%2Fcoolify-mcp"><img src="https://mcptoplist.com/badge/io.github.frndchagas%2Fcoolify-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
frndchagas
Other servers by frndchagas
View all frndchagas servers →Available versions (6)
| Version | Published |
|---|---|
| 2.3.0 | Aug 24, 2026 |
| 2.2.1 | Aug 6, 2026 |
| 2.1.1 | Aug 6, 2026 |
| 0.2.0 | Aug 5, 2026 |
| 0.1.4 | Jan 7, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Coolify MCP?
- Coolify MCP is maintained by frndchagas, which publishes 2 MCP servers (12 total versions) tracked on MCP Toplist.
- Is Coolify MCP listed on the Official MCP Registry?
- Yes — Coolify MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Coolify MCP have?
- MCP Toplist tracks 6 versions of Coolify MCP, most recently published on Aug 24, 2026.
- Where can I find the source code for Coolify MCP?
- The source code for Coolify MCP is hosted at github.com/frndchagas/coolify-mcp.