Community MCP server for self-hosted Coolify 4.1.x — deploy, diagnose, infra CRUD. npm: awesome-coolify-mcp
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"awesome-coolify": {
"command": "npx",
"args": [
"-y",
"clezcoding/awesome-coolify"
]
}
}
}
Run in terminal:
claude mcp add awesome-coolify npx -y clezcoding/awesome-coolify
Add to .cursor/mcp.json:
{
"mcpServers": {
"awesome-coolify": {
"command": "npx",
"args": [
"-y",
"clezcoding/awesome-coolify"
]
}
}
}