Skip to content
Cursor

awesome coolify for Cursor

io.github.clezcoding/awesome-coolify

Coolify 4.1.x MCP server — deploy, diagnose, and manage apps, services, and databases

client:Cursor transport:stdio runtime:npm

Install awesome coolify in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "awesome-coolify": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "awesome-coolify-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

awesome coolify in other clients