Coolify MCP Server
by wrediam
The Coolify MCP Server provides integration with the Coolify API, enabling interaction with Coolify instances through MCP tools. It allows managing various aspects of Coolify, such as teams, servers, services, and applications.
Last updated: N/A
What is Coolify MCP Server?
The Coolify MCP Server is a Model Context Protocol server that acts as a bridge between MCP tools and the Coolify API. It allows users to manage and interact with their Coolify instances programmatically through MCP.
How to use Coolify MCP Server?
To use the server, install it globally or with npx. Configure it with your Coolify Base URL and API token, then add the server configuration to your MCP settings. Available tools can then be used to manage teams, servers, services, applications, deployments and private keys.
Key features of Coolify MCP Server
Teams management
Server management
Service lifecycle management
Application lifecycle management
Deployment tracking
Private key management
Version and health checks
Use cases of Coolify MCP Server
Automating Coolify resource management
Integrating Coolify with other systems via MCP
Programmatically managing deployments
Centralized management of Coolify instances through MCP
Performing health checks and version checks on Coolify instances
FAQ from Coolify MCP Server
What is the purpose of this server?
What is the purpose of this server?
It allows you to interact with your Coolify instance through MCP tools.
What prerequisites are needed?
What prerequisites are needed?
Node.js 18+, Coolify Base URL, and Coolify API token.
How do I install the server?
How do I install the server?
You can install it globally using npm install -g coolify-mcp-server
or use it with npx using npx coolify-mcp-server
.
How do I configure the server?
How do I configure the server?
Set the COOLIFY_BASE_URL
and COOLIFY_TOKEN
environment variables.
What Coolify permissions are needed for the API token?
What Coolify permissions are needed for the API token?
The API token requires read, write, and deploy permissions.