Coolify MCP ServerServer

StuMason
GitHub
cloud platformsapplication managementdatabase management

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server implementation for Coolify, enabling AI assistants to interact with your Coolify instances through natural language. It allows for management of servers, applications, databases, and deployments.

📝 JSON Entries

{
  "mcpServers": [
    {
      "coolify": {
        "env": {
          "COOLIFY_BASE_URL": "https://your-coolify-instance.com",
          "COOLIFY_ACCESS_TOKEN": "0|your-secret-token"
        },
        "args": [
          "-y",
          "@masonator/coolify-mcp"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

Node.js

Features

  • Supports configuration and management of MongoDB databases
  • Enables initialization and management of MySQL databases
  • Supports deployment and management of Node.js applications

💬 Example Queries

  • Show me all Coolify servers in my instance
  • What's the status of server {uuid}?
  • List all my Coolify projects
  • Create a new project called 'my-webapp' with description 'My web application'
  • List all applications