Description
Provides complete integration with Coolify's self-hosted PaaS platform through its REST API, enabling management of applications, databases, services, servers, and deployments via natural language commands. Built by Pavel Sukhachev with TypeScript and comprehensive test coverage, this server exposes over 40 tools for operations like creating Git-based applications, setting up databases (PostgreSQL, MySQL, MongoDB, Redis), managing environment variables, executing commands in containers, and monitoring deployment logs. Includes pre-built prompts for common workflows like deploying applications from repositories, setting up SSL certificates, scaling resources, and troubleshooting failed deployments, making it valuable for developers who want to manage their Coolify infrastructure through AI assistants without switching to the web interface.
Installation
git clone https://github.com/pavelsukhachev/mcp-server-coolify Claude Desktop Configuration
Add this configuration to your Claude Desktop config file to enable this MCP server:
Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json
Config file location: %APPDATA%\Claude\claude_desktop_config.json
Config file location: ~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"coolify": {
"command": "node",
"args": [
"path/to/server.js"
]
}
}
}