Agent capability

coolify-api-mcp

Inspect and operate the complete Coolify REST API through the mm-skills Coolify MCP, including servers, projects, environments, applications, services, databases, deployments, teams, GitHub Apps, cloud tokens, private-key metadata, Hetzner resources, backups, environment-variable metadata, and system operations. Use when an agent must understand or manage a self-hosted Coolify instance beyond the ten read-only tools provided by Coolify's built-in MCP. The default instance is panel.meyermedia.eu. All returned secret fields are redacted, while deployments, writes, destructive actions, root operations, logs, and sensitive reads remain behind separate server-side gates.

Apache-2.0 Requires Node.js 20 or newer for local stdio use, or the hosted Streamable HTTP endpoint. Requires a team-scoped Coolify API token supplied through server environment variables, never chat or repository files. 18 files 63,583 bytes

Runtime provisioning

Provision this capability

The provisioning flow resolves the versioned manifest, verifies every SHA-256 digest, and applies the package atomically.

Shared Agent Skills

User scope: ~/.agents/skills/coolify-api-mcp

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh coolify-api-mcp --client agents --scope user --registry __MM_RUNTIME_ORIGIN__

Codex

User scope: ~/.agents/skills/coolify-api-mcp

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh coolify-api-mcp --client codex --scope user --registry __MM_RUNTIME_ORIGIN__

OpenCode

User scope: ~/.config/opencode/skills/coolify-api-mcp

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh coolify-api-mcp --client opencode --scope user --registry __MM_RUNTIME_ORIGIN__

Antigravity

User scope: ~/.gemini/config/skills/coolify-api-mcp

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh coolify-api-mcp --client antigravity --scope user --registry __MM_RUNTIME_ORIGIN__
Windows PowerShell
$installer = Join-Path $env:TEMP 'mm-skills-install.ps1'; Invoke-WebRequest '__MM_RUNTIME_ORIGIN__/install.ps1' -OutFile $installer; & $installer -Skill 'coolify-api-mcp' -Client 'agents' -Scope 'user' -Registry '__MM_RUNTIME_ORIGIN__'

Artifact integrity

Versioned package contents

Inspect manifest
PathBytesSHA-256
.env.example 1,080 0b5ab61c4239364f…
agents/openai.yaml 525 0f921021ea129d85…
configs/antigravity.mcp_config.json 193 2149aec4983fe8b6…
configs/codex.config.toml 218 fc52a90c0990e1ef…
configs/opencode.jsonc 333 6299fcf1dd73adf0…
references/api-coverage.md 1,298 21692988cba17219…
references/deployment.md 2,364 7ef719b409b4b946…
references/security.md 2,727 b6658c2288838766…
SKILL.md 7,216 5c188cfc566ffbd8…
src/client.mjs 10,531 73db76c1b9506b13…
src/config.mjs 5,055 91340d72c4396772…
src/coolify-runtime.mjs 719 0c61b3518638ed2b…
src/mcp.mjs 4,280 c9f24e6d458f4515…
src/openapi.mjs 12,692 ee3a5bfa0e74df4e…
src/redact.mjs 4,319 d4f3f6b78f6e121d…
src/runtime.mjs 89 a4dfcb8bf1c98aa2…
src/tools.mjs 9,726 f27e3957383dc37d…
stdio.mjs 218 ba4a9dbec483d9ad…