Skip to content

MCP server

Coolify MCP server

Coolify's official MCP server lets AI see self-hosted infrastructure, find unhealthy resources, review deployments and deploy with the right token.

At a glance

Maintained by
Coolify (coollabs)
Tools exposed
8 listed below
Reviewed
September 24, 2026

Why it matters

What it does and why it matters

Coolify is an open-source, self-hosted alternative to platforms like Heroku and Vercel. Teams use it to run apps, databases and services on their own servers. Coolify now ships its own MCP server, which lets an assistant see an overview of the infrastructure, search resources, list unhealthy ones, review deployments and, with the right token, deploy, cancel deployments and start or stop resources.

We use Coolify for self-hosted projects, so this is a practical tool for checking what is running and why something failed.

By default it reads. Deploy, cancel and start or stop actions need a token with the deploy scope, which is a sensible split. We give assistants read tokens for monitoring and keep deploy tokens for reviewed tasks. A community Coolify server also exists as an alternative.

Use cases

Best business use cases

Infrastructure overview

See servers, projects and resources at a glance.

Unhealthy resources

Find services that are down or failing.

Deployment review

Read failed deployments and their logs.

Deploys

Trigger deployments with a scoped token.

Start and stop

Restart a stuck service with approval.

Tools

Available tools

Tool names as published by the maintainer at review time. Versions change, so check the repository for the current list.

Read and write: Read by default; deploy, cancel and start/stop actions need a token with the deploy scope.

  • get_infrastructure_overview

    Get resource counts and health hints for the team.

  • search_resources

    Find a resource by name, UUID or domain.

  • list_unhealthy_resources

    Find resources that look unhealthy or down.

  • list_deployments

    List queued, running or past deployments.

  • get_deployment

    Inspect one deployment.

  • deploy

    Queue an application deployment (deploy scope).

  • cancel_deployment

    Cancel a queued or running deployment (deploy scope).

  • control

    Start, stop or restart an app, database or service (deploy scope).

Workflows

Example workflows

Morning health check

  1. 1

    Ask for unhealthy resources.

  2. 2

    The assistant lists them.

  3. 3

    It reads recent deployments for each.

  4. 4

    It explains likely causes.

  5. 5

    An engineer acts.

Redeploy after a fix

  1. 1

    Merge the fix.

  2. 2

    Ask the assistant to deploy the app.

  3. 3

    It uses the deploy-scoped token.

  4. 4

    It watches the deployment.

  5. 5

    It reports success or failure.

Prompts

Example prompts

  • “Which resources are unhealthy right now?”

  • “Why did the last deployment of the website fail?”

  • “Deploy the api service after I confirm.”

Setup

Installation and configuration

Examples for Claude Desktop and Claude Code. Replace the placeholder values with your own keys, and store secrets outside version control.

Claude Code: terminal

claude mcp add --transport http coolify https://app.coolify.io/mcp --header "Authorization: Bearer <COOLIFY_API_TOKEN>"
  • Hosted server: https://app.coolify.io/mcp for Coolify Cloud, or https://<your-coolify-domain>/mcp self-hosted (Streamable HTTP).
  • Needs: Enable MCP in Settings > Configuration > Advanced and in team settings. Coolify API token as Bearer; scopes read, read:sensitive, deploy..
  • Claude Desktop: Docs give only URL, transport and Authorization header; no Desktop JSON block published.

Security

Security considerations

  • Read-only first

    Start with read access and add actions only for reviewed tasks.

  • Scoped credentials

    Use a dedicated role or token with the least access, never an owner or admin key.

  • Separate environments

    Keep production changes out of assistant sessions, or require approval for them.

  • Audit

    Keep deploy-scoped tokens separate from read tokens.

Related servers

Servers that pair well with it

Docker

A community MCP server that lets AI list, run, stop and remove Docker containers and manage images, networks and volumes.

DigitalOcean

DigitalOcean's MCP server lets AI list and inspect resources and create, update and delete apps and infrastructure.

GitHub

GitHub's official MCP server lets AI read repositories, search code, manage issues and pull requests and, when allowed, change files.

Keep exploring

FAQ

Questions people ask us

Have a question that is not here? Ask us directly.

Start a project

Want this connected to your own systems? We build AI workflows with MCP.

Send a short brief. We reply with questions, a suggested plan and an estimate you can compare with other offers.

Your privacy choices

We use necessary storage to run this site. With your permission we also use Google Analytics to see which pages help people, and load maps from Google. You can change this at any time. Read the cookie policy.