Get the FREE Ultimate OpenClaw Setup Guide →

coolify

⚠️ MOVED → github.com/StuMason/coolify-mcp

Installation
Run this command in your terminal to add the MCP server to Claude Code.
Run in terminal:
Command
claude mcp add --transport stdio stumason-coolify-mcp-server node path/to/server.js \
  --env PORT="5000" \
  --env MCP_ENV="production"

How to use

This MCP server is the Coolify MCP server named 'coolify'. The repository you’re viewing indicates that the project has moved to a new maintainer location. The MCP server is intended to expose tooling for managing or interacting with Coolify-related functionality via a Node.js-based server. To use it, start the server using the specified command (for example, by running the node entry point in your environment). Once running, you can connect MCP clients to the server to perform available operations defined by the Coolify MCP integration, such as querying status, triggering actions, or retrieving configuration data through the MCP protocol.

How to install

Prerequisites:

  • Node.js (LTS version) installed on your machine
  • Basic familiarity with npm/yarn if you choose to install dependencies locally

Install steps:

  1. Clone the repository or obtain the MCP server package from the new maintainer location (as indicated in the README):
  2. Navigate into the project directory:
    • cd coolify-mcp
  3. Install dependencies:
    • npm install (or yarn install, depending on your preference)
  4. Prepare environment variables as needed (see mcp_config.env or deployment documentation in the new repo).
  5. Start the MCP server:
    • npm run start
    • Or, if you use a direct node entry point: node path/to/server.js
  6. Verify the server is listening and reachable by MCP clients on the configured port.

If you are deploying in production, consider containerizing and/or using a process manager (e.g., pm2) to ensure reliability.

Additional notes

Note: The original repository indicates that the project has moved to a new maintainer location (StuMason/coolify-mcp). For the latest features, improvements, and official guidance, follow the link to the new repository and align your deployment with its instructions. If you previously relied on environment variables, ensure they are defined in your deployment environment. Common tips include confirming the port configuration, ensuring network access between MCP clients and the server, and checking for compatibility between Node.js version and the Coolify MCP server code.

Related MCP Servers

Sponsor this space

Reach thousands of developers