45-tool MCP server for Coolify. Control servers, applications, databases, deployments and diagnostics — all through natural language.
Purpose-built for AI-assisted infrastructure management on Coolify
List endpoints return compact summaries. Full details only when you ask. 85% fewer tokens than raw API.
diagnose_app, diagnose_server, and
find_issues surface problems in one natural language query.
UUID allow-lists, size caps on private keys and cloud-init scripts, SSRF and path traversal prevention.
Restart a project, bulk-update env vars, or emergency-stop all apps — single tool calls.
Destructive operations include built-in confirmation hints, reducing accidental changes.
Servers, apps, databases, deployments, env vars, private keys, GitHub Apps, storage, scheduled tasks, and more.
Everything you need to manage a Coolify instance
Add to your MCP config and start managing Coolify through Claude
1. Get your API token from Coolify → Settings → API
2. Add to
.mcp.json:
{
"mcpServers": {
"coolify": {
"command": "bunx",
"args": ["@jurislm/coolify-mcp@latest"],
"env": {
"COOLIFY_TOKEN": "your-api-token",
"COOLIFY_URL": "https://your-coolify-instance.com"
}
}
}
}
3. Restart Claude Code. You now have 45 Coolify tools available.