Awesome MCP Server

Coolify 4.1.x MCP server — deploy, diagnose, and manage apps, services, and databases

Remote serverstreamable-http

What is the Awesome MCP server?

Awesome MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. Coolify 4.1.x MCP server — deploy, diagnose, and manage apps, services, and databases.

What you get

Verify connectivity, discover infrastructure, create workloads, deploy, follow logs, diagnose incidents, and run gated emergency ops — across one or many self-hosted or Cloud instances —

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Configuration and credentials

You will need 5 environment variables: COOLIFY_URL, COOLIFY_TOKEN, COOLIFY_VERIFY_SSL, COOLIFY_MCP_LOG, YOUR_COOLIFY_API_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Choosing this one

Among the cloud and infrastructure options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. It is maintained by clezcoding; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the awesome mcp server does with a few real requests.

How to install the Awesome MCP server

{
  "mcpServers": {
    "awesome-coolify-mcp": {
      "command": "npx",
      "args": ["-y", "awesome-coolify-mcp"],
      "env": {
        "COOLIFY_URL": "https://coolify.example.com",
        "COOLIFY_TOKEN": "YOUR_COOLIFY_API_TOKEN",
        "COOLIFY_VERIFY_SSL": "true",
        "COOLIFY_MCP_LOG": "info"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
COOLIFY_URLEndpoint or connection string the server talks to.Yes
COOLIFY_TOKENCredential the server authenticates with.Yes
COOLIFY_VERIFY_SSLConfiguration value read at startup.Optional
COOLIFY_MCP_LOGConfiguration value read at startup.Optional
YOUR_COOLIFY_API_TOKENCredential the server authenticates with.Yes

Frequently asked questions

It connects Awesome to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with Awesome directly.