awesome coolify for Gemini CLI
io.github.clezcoding/awesome-coolify
Coolify 4.1.x MCP server — deploy, diagnose, and manage apps, services, and databases
client:Gemini CLI
transport:stdio
runtime:npm
Install awesome coolify in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"awesome-coolify": {
"command": "npx",
"args": [
"-y",
"awesome-coolify-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs