Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"coolify": {
"command": "npx",
"args": [
"-y",
"@masonator/coolify-mcp"
],
"env": {
"COOLIFY_ACCESS_TOKEN": "",
"COOLIFY_BASE_URL": ""
}
}
}
}