Coolify MCP Server
@wrediam
About Coolify MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"coolify-mcp-server": {
"command": "npx",
"args": [
"coolify-mcp-server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Coolify MCP Server?
A Model Context Protocol (MCP) server that provides full coverage of the Coolify v4.1.1 REST API. It allows management of applications, databases, services, servers, and deployments from any MCP-compatible AI client.
How to use Coolify MCP Server?
Install globally with npm install -g coolify-mcp-server or run with npx coolify-mcp-server. Set two environment variables: COOLIFY_BASE_URL (your Coolify instance URL) and COOLIFY_TOKEN (your API bearer token). Configure the server in your MCP client (e.g., Claude Desktop, Windsurf, Cline) using the provided JSON settings.
Key features of Coolify MCP Server
- Full coverage of the Coolify v4.1.1 REST API
- Manage applications, databases, services, and servers
- Control deployments, teams, and projects
- Supports public and private application creation
- Manage environments, private keys, and cloud tokens
Use cases of Coolify MCP Server
- Automate deployment workflows via an AI assistant
- Manage application configurations and environment variables
- Monitor and control server resources across a Coolify instance
- Create and manage databases (PostgreSQL, MySQL, MongoDB, etc.)
- Trigger deployments by tag or UUID from an MCP client
FAQ from Coolify MCP Server
What Coolify versions are supported?
Coolify v4.1.1+ (stable, non-beta) is required. The API base is https://<your-coolify-instance>/api/v1.
What are the runtime requirements?
Node.js 18 or higher, a running Coolify instance, and a Coolify API token (obtained from Security → API Tokens in the dashboard).
How is authentication handled?
The server uses a Bearer token passed via the COOLIFY_TOKEN environment variable. The token is used for all API calls except the unauthenticated health check.
What transports are supported?
The server uses the standard MCP protocol with a command/arguments configuration. It is compatible with Claude Desktop, Windsurf, Cline, and any MCP client supporting the stdio transport.
Are there any known limitations?
The README does not mention specific limitations. The server covers the full Coolify v4.1.1 REST API, but beta features may not be included.
More Other MCP servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Servers
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments