.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/stumason/coolify-mcp
home/mcp-servers/stumason/coolify-mcp
stumason avatar

coolify-mcp

bystumason· 2 MCP servers

Installs

12k

Stars

525

Forks

74

Category

DevOps & CI/CD

View on GitHub

TL;DR

Manage Coolify through natural language — 42 token-optimized MCP tools for deploying, debugging, and operating your self-hosted PaaS from Claude, Cursor, or any MCP client.

How to install coolify-mcp?

stumason/coolify-mcp
$git clone https://github.com/stumason/coolify-mcp

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install coolify-mcp by running `git clone https://github.com/stumason/coolify-mcp`, then use it for the current task and follow its documentation at https://github.com/stumason/coolify-mcp.

Files · 1

View on GitHub
README.md
1# Coolify MCP Server
2 
3[![npm version](https://img.shields.io/npm/v/@masonator/coolify-mcp.svg)](https://www.npmjs.com/package/@masonator/coolify-mcp)
4[![npm downloads](https://img.shields.io/npm/dm/@masonator/coolify-mcp.svg)](https://www.npmjs.com/package/@masonator/coolify-mcp)
5[![CI](https://github.com/StuMason/coolify-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/StuMason/coolify-mcp/actions/workflows/ci.yml)
6[![Claude Desktop one-click install](https://img.shields.io/badge/Claude%20Desktop-one--click%20install-d97757)](https://github.com/StuMason/coolify-mcp/releases/latest/download/coolify-mcp.mcpb)
7[![MCP Registry](https://img.shields.io/badge/MCP%20Registry-io.github.StuMason%2Fcoolify-blue)](https://registry.modelcontextprotocol.io)
8[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
9 
10Manage [Coolify](https://coolify.io/) through natural language — 42 token-optimized MCP tools for deploying, debugging, and operating your self-hosted PaaS from Claude, Cursor, or any MCP client.
11 
12📖 **Full docs: [coolify-mcp.stumason.dev](https://coolify-mcp.stumason.dev)** — install guide, tools reference, architecture, security model, v3 roadmap.
13 
14## Install
15 
16You need a running Coolify v4 instance and an API token (Coolify → Settings → API).
17 
18**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.
19 
20**Claude Code:**
21 
22```bash
23claude mcp add coolify \
24 -e COOLIFY_BASE_URL="https://your-coolify-instance.com" \
25 -e COOLIFY_ACCESS_TOKEN="your-api-token" \
26 -- npx @masonator/coolify-mcp@latest
27```
28 
29**Any MCP client (JSON config):**
30 
31```json
32{
33 "mcpServers": {
34 "coolify": {
35 "command": "npx",
36 "args": ["-y", "@masonator/coolify-mcp"],
37 "env": {
38 "COOLIFY_BASE_URL": "https://your-coolify-instance.com",
39 "COOLIFY_ACCESS_TOKEN": "your-api-token"
40 }
41 }
42 }
43}
44```
45 
46Behind Cloudflare Access or an auth proxy? Add `--header "Key: Value"` args (repeatable). Cursor, multiple Coolify instances, and proxy setups are covered in the [install guide](https://coolify-mcp.stumason.dev/guide/installation).
47 
48## Tools
49 
50| Category | Tools |
51| -------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
52| **Infrastructure** | `get_infrastructure_overview`, `get_mcp_version`, `get_version`, `system` (health, list_resources, enable/disable API) |
53| **Diagnostics** | `diagnose_app`, `diagnose_server`, `find_issues` |
54| **Batch Operations** | `restart_project_apps`, `bulk_env_update`, `stop_all_apps`, `redeploy_project` |
55| **Servers** | `list_servers`, `get_server`, `validate_server`, `server_resources`, `server_domains` |
56| **Projects** | `projects` (list, get, create, update, delete via action param) |
57| **Environments** | `environments` (list, get, create, delete via action param) |
58| **Applications** | `list_applications`, `get_application`, `application` (CRUD + delete_preview), `application_logs` |
59| **Databases** | `list_databases`, `get_database`, `database` (create 8 types, delete), `database_backups` (CRUD schedules, executions incl. delete) |
60| **Services** | `list_services`, `get_service`, `se

Preview

stumason/coolify-mcpstumason/coolify-mcp

# Coolify MCP Server

[![npm version](https://img.shields.io/npm/v/@masonator/coolify-mcp.svg)](https://www.npmjs.com/package/@masonator/coolify-mcp)

[![npm downloads](https://img.shields.io/npm/dm/@masonator/coolify-mcp.svg)](https://www.npmjs.com/package/@masonator/coolify-mcp)

[![CI](https://github.com/StuMason/coolify-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/StuMason/coolify-mcp/actions/workflows/ci.yml)

Repostumason/coolify-mcp
TypeMCP Servers
CategoryDevOps & CI/CD
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCPaiclaude

Related

6 picks
Type
  1. circleci-public avatarmcp-server-circleciA Model Context Protocol (MCP) server implementation for CircleCI, enabling natural language interactions with CircleCI functionality through MCP-enabled clientsMCP ServersJul 2026141k86
  2. argoproj-labs avatarmcp-for-argocdArgo CD MCP ServerMCP ServersJul 202690k547
  3. flux159 avatarmcp-server-kubernetesMCP server for interacting with Kubernetes clusters via kubectlMCP ServersJul 202664k1.5k
  4. hookdeck avatarhookdeck-cliCLI for Hookdeck: forward webhooks to localhost (ngrok alternative), manage and query Event Gateway resources (sources, connections, destinations, events), run the MCP server for AI agents. Free for dev.MCP ServersJul 202647k358
  5. heroku avatarheroku-mcp-serverHeroku Platform MCP ServerMCP ServersJul 202626k80
  6. tiberriver256 avatarmcp-server-azure-devopsAzure DevOps reference server for the Model Context Protocol (MCP)MCP ServersJul 202624k381