Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
MCP server for Coolify — 42 optimized tools for managing self-hosted PaaS through AI assistants
| Date | Stars |
|---|---|
| 2026-07-31 | 529 |
| 2026-08-01 | 531 |
| 2026-08-06 | 531 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
60.0
growth rate 0.00%/day
# Coolify MCP Server
[](https://www.npmjs.com/package/@masonator/coolify-mcp)
[](https://www.npmjs.com/package/@masonator/coolify-mcp)
[](https://github.com/StuMason/coolify-mcp/actions/workflows/ci.yml)
[](https://github.com/StuMason/coolify-mcp/releases/latest/download/coolify-mcp.mcpb)
[](https://registry.modelcontextprotocol.io)
[](https://opensource.org/licenses/MIT)
Manage [Coolify](https://coolify.io/) through natural language — 44 token-optimized MCP tools for deploying, debugging, and operating your self-hosted PaaS from Claude, Cursor, or any MCP client.
📖 **[coolify-mcp.stumason.dev](https://coolify-mcp.stumason.dev)** — what it does, how to install it, and why it is safe to point at production.
This README is the full reference: every tool, every gotcha, every parameter.
## Install
You need a running Coolify v4 instance and an API token (Coolify → Settings → API).
**Claude Desktop — one-click:** download [`coolify-mcp.mcpb`](https://github.com/StuMason/coolify-mcp/releases/latest/download/coolify-mcp.mcpb) and drag it into **Settings → Extensions**. You'll be prompted for your Coolify URL and token — no Node install, no JSON editing.
**Claude Code:**
```bash
claude mcp add coolify \
-e COOLIFY_BASE_URL="https://your-coolify-instance.com" \
-e COOLIFY_ACCESS_TOKEN="your-api-token" \
-- npx @masonator/coolify-mcp@latest
```
**Any MCP client (JSON config):**
```json
{
"mcpServers": {
"coolify": {
"command": "npx",
"args": ["-y", "@masonator/coolify-mcp"],
"env": {
"COOLIFY_BASE_URL": "https://your-coolify-instance.com",
"COOLIFY_ACCESS_TOKEN": "your-api-token"
}
}
}
}
```
Behind Cloudflare Access or an auth proxy? Add `--header "Key: Value"` args (repeatable). The same config works in Cursor, Claude Code and any other MCP client, and can be repeated for multiple Coolify instances.
## Tools
| Category | Tools |
| -------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| **Infrastructure** | `get_infrastructure_overview`, `get_mcp_version`, `get_version`, `system` (health, list_resources, enable/disable API) |
| **Diagnostics** | `diagnose_app`, `diagnose_server`, `find_issues` |
| **Batch Operations** | `restart_project_apps`, `bulk_env_update`, `stop_all_apps`, `redeploy_project` |
| **Servers** | `list_servers`, `get_server`, `validate_server`, `server_resources`, `server_domains` |
| **Projects** | `projects` (list, get, create, update, delete via action param) |
| **Environments** | `environments` (list, get, create, delete via action param) |
| **Applications** | `list_applications`, `get_application`, `application` (CRUD + delete_preview) |
| **Databases** | `list_databases`, `get_database`, `database` (create 8 types, delete), `database_backups` (CRUD schedules, executions incl. delete) |
| **ServiExcerpt of 13,382 characters
Read on GitHub303
62
4
2
2
1
1
1
1
1
1
1
1
Lawrence Sinclair · @EastAgile · United States
1
Nícolas Pastorello · PastorelloLab
1
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:dbf870b5cb874c65, topic:mcp, topic:model-context-protocol, desc:mcp server