awesome-coolify

clezcoding/awesome-coolify
★ 0 stars TypeScript Other Updated today
Community MCP server for self-hosted Coolify 4.1.x — deploy, diagnose, infra CRUD. npm: awesome-coolify-mcp
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}