Coolify MCP ServerServer

wrediam
GitHub
MCPCoolify IntegrationDevOps

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server that provides integration with the Coolify API. This server allows interaction with Coolify instances through MCP tools.

📝 JSON Entries

{
  "mcpServers": [
    {
      "coolify": {
        "env": {
          "COOLIFY_TOKEN": "your-api-token",
          "COOLIFY_BASE_URL": "your-coolify-url"
        },
        "args": [
          "-y",
          "coolify-mcp-server"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

Version CheckHealth CheckTeam Management ToolkitServer Management ToolkitService Management ToolkitApplication Management Toolkit

Features

  • Team management (list, get details, members)
  • Server management (create, validate, resources, domains)
  • Service lifecycle management (start, stop, restart)
  • Application lifecycle management (start, stop, restart, execute commands)
  • Deployment tracking
  • Management of private keys
  • Version and status checks

💬 Example Queries

  • List all teams
  • Get details of a specific team
  • List all servers
  • Create a new server
  • Check the health of the Coolify API