Coolify MCP ServerServer

StuMason
GitHub
Cloud IntegrationAPI ManagementApplication Automation

Loading subscription status...

💡 Description

The Coolify MCP server is an integration layer for the Coolify API, allowing users to interact with various resources and applications through a standardized interface. This server is developed with TypeScript and uses the Model Context Protocol SDK for smooth communication.

📝 JSON Entries

{
  "mcpServers": [
    {
      "coolify": {
        "env": {
          "COOLIFY_BASE_URL": "https://your-coolify-url.co.uk",
          "COOLIFY_ACCESS_TOKEN": "coolify_api_key"
        },
        "args": [
          "/full/path/to/mcp-coolify/build/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

get-applicationrestart-applicationlist-deploymentslist-resourcesstart-applicationdeployupdate-applicationstop-application

Features

  • List resources and applications
  • Get details of specific applications
  • Start, stop, and restart applications
  • Deploy applications by label or UUID
  • Check system health status
  • Get the current version of the Coolify API

💬 Example Queries

  • List all deployed applications
  • Get details of a specific application with UUID
  • Start an application using its UUID
  • Check the health status of the server