One-click (deeplink)
For experts with credentials ready. Placeholder env is fine — prefer the configurator to fill secrets first.
Add to Cursor Install in VS CodeThe open-source MCP server for self-hosted Coolify — deploy, read logs, diagnose from any MCP client.
Pick one of three equal paths — deeplink, configurator, or manual paste.
For experts with credentials ready. Placeholder env is fine — prefer the configurator to fill secrets first.
Add to Cursor Install in VS CodeEnter credentials and generate per-client config snippets. Everything runs client-side in your browser — tokens are never posted to a backend.
COOLIFY_URL — your Coolify base URL. COOLIFY_TOKEN — Coolify UI → Keys & Tokens.
Open install configuratorPaste JSON into your client MCP config. Example for Cursor:
{
"mcpServers": {
"awesome-coolify-mcp": {
"command": "npx",
"args": ["-y", "awesome-coolify-mcp"],
"env": {
"COOLIFY_URL": "https://coolify.example.com",
"COOLIFY_TOKEN": "YOUR_COOLIFY_API_TOKEN"
}
}
}
}
mcp.example.json
Other clients
Full 15+ client matrix — click to preselect in the configurator.