Skip to content
Grok

awesome coolify for Grok

io.github.clezcoding/awesome-coolify

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

client:Grok transport:stdio runtime:npm

Install awesome coolify in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

awesome coolify in other clients