Odel
Coolify MCP

Coolify MCP

Local
@frndchagas3TypeScriptMITUpdated 2w ago

MCP server for Coolify API operations.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@fndchagas/coolify-mcpv2.3.1

Run

npx -y @fndchagas/coolify-mcp

MCP client config

{
  "mcpServers": {
    "coolify-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@fndchagas/coolify-mcp"
      ]
    }
  }
}