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.
🔬 Playground
Try Coolify live in the browser with security context.
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"
]
}
}
} Community Reviews
Authenticated reviews from GitHub users. No anonymous submissions. Your experience helps others choose wisely.
No reviews yet. Be the first to share your experience.