Coolify
Rank #255io.github.StuMason/coolify
44 optimized tools for managing Coolify infrastructure, diagnostics, and docs search
Coolify is a Model Context Protocol (MCP) server published by stumason. It ranks #255 of 115,460 servers tracked on MCP Toplist, and its repository has 573 GitHub stars. Coolify is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 12 tracked versions. It was first listed on Feb 16, 2025 and most recently updated on Aug 22, 2026.
Ranks ahead of 115,205 of 115,460 servers on MCP Toplist.
Use Coolify
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add coolify -e "COOLIFY_ACCESS_TOKEN=<your COOLIFY_ACCESS_TOKEN>" -e "COOLIFY_BASE_URL=<your COOLIFY_BASE_URL>" -- npx -y @masonator/coolify-mcpReplace each placeholder with your own value before saving.
[mcp_servers.coolify]
command = "npx"
args = ["-y", "@masonator/coolify-mcp"]
[mcp_servers.coolify.env]
COOLIFY_ACCESS_TOKEN = "<your COOLIFY_ACCESS_TOKEN>"
COOLIFY_BASE_URL = "<your COOLIFY_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"coolify": {
"command": "npx",
"args": [
"-y",
"@masonator/coolify-mcp"
],
"env": {
"COOLIFY_ACCESS_TOKEN": "<your COOLIFY_ACCESS_TOKEN>",
"COOLIFY_BASE_URL": "<your COOLIFY_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"coolify": {
"command": "npx",
"args": [
"-y",
"@masonator/coolify-mcp"
],
"env": {
"COOLIFY_ACCESS_TOKEN": "<your COOLIFY_ACCESS_TOKEN>",
"COOLIFY_BASE_URL": "<your COOLIFY_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"coolify": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@masonator/coolify-mcp"
],
"env": {
"COOLIFY_ACCESS_TOKEN": "<your COOLIFY_ACCESS_TOKEN>",
"COOLIFY_BASE_URL": "<your COOLIFY_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"coolify": {
"command": "npx",
"args": [
"-y",
"@masonator/coolify-mcp"
],
"env": {
"COOLIFY_ACCESS_TOKEN": "<your COOLIFY_ACCESS_TOKEN>",
"COOLIFY_BASE_URL": "<your COOLIFY_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"coolify": {
"command": "npx",
"args": [
"-y",
"@masonator/coolify-mcp"
],
"env": {
"COOLIFY_ACCESS_TOKEN": "<your COOLIFY_ACCESS_TOKEN>",
"COOLIFY_BASE_URL": "<your COOLIFY_BASE_URL>"
}
}
}
}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.StuMason%2Fcoolify)<a href="https://mcptoplist.com/server/io.github.StuMason%2Fcoolify"><img src="https://mcptoplist.com/badge/io.github.StuMason%2Fcoolify.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
stumason
Other servers by stumason
- Polar Health Data (self-hosted)#3,654 · 1 ver
- Coolify MCP Server#22,403
- 🔐 get-mcp-keys#23,198
- M365 MCP#24,219 · 5 vers
- Laravel Kick#27,961 · 3 vers
Available versions (12)
| Version | Published |
|---|---|
| 2.19.4 | Aug 22, 2026 |
| 2.19.3 | Aug 6, 2026 |
| 2.19.2 | Aug 6, 2026 |
| 2.18.2 | Aug 5, 2026 |
| 2.18.1 | Aug 4, 2026 |
| 2.18.0 | Jul 31, 2026 |
| 2.17.0 | Jul 30, 2026 |
| 2.15.0 | Jul 29, 2026 |
| 2.14.0 | Jul 11, 2026 |
| 2.7.3 | Feb 25, 2026 |
| 2.7.2 | Feb 25, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Coolify?
- Coolify is maintained by stumason, which publishes 6 MCP servers (21 total versions) tracked on MCP Toplist.
- Is Coolify listed on the Official MCP Registry?
- Yes — Coolify is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Coolify have?
- MCP Toplist tracks 12 versions of Coolify, most recently published on Aug 22, 2026.
- Where can I find the source code for Coolify?
- The source code for Coolify is hosted at github.com/stumason/coolify-mcp.