Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"coolify-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol server that provides integration with the Coolify API. This server enables interaction with Coolify instances through MCP tools.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in devops
MCP server for using the GitLab API
Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform. It provides a set of tools that interact with Yunxiao's API, allowing AI assistants to manage Codeup repository, Project, Pipeline, Packages etc.
Enhanced MCP server for GitLab: group projects listing and activity tracking
MCP Server for kubernetes management commands
MCP Security Weekly
Get CVE alerts and security updates for Coolify Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server providing full coverage of the Coolify v4.1.1 REST API. Manage applications, databases, services, servers, deployments, and more — all from any MCP-compatible AI client.
Compatibility: Coolify v4.1.1+ (stable, non-beta). API base:
https://<your-coolify-instance>/api/v1
# Install globally
npm install -g coolify-mcp-server
# Or use with npx (no install needed)
npx coolify-mcp-server
Set two environment variables:
| Variable | Description |
|---|---|
COOLIFY_BASE_URL | Base URL of your Coolify instance (e.g. https://coolify.example.com) |
COOLIFY_TOKEN | Your Coolify API Bearer token |
{
"mcpServers": {
"coolify": {
"command": "npx",
"args": ["-y", "coolify-mcp-server"],
"env": {
"COOLIFY_BASE_URL": "https://your-coolify-instance",
"COOLIFY_TOKEN": "your-api-token"
}
}
}
}
Windows users (Cline/cmd):
{
"mcpServers": {
"coolify": {
"command": "cmd",
"args": ["/c", "npx", "-y", "coolify-mcp-server"],
"env": {
"COOLIFY_BASE_URL": "https://your-coolify-instance",
"COOLIFY_TOKEN": "your-api-token"
}
}
}
}
get_version — Get Coolify versionhealth_check — API health check (no auth)enable_api / disable_api — Enable/disable the API (root token)enable_mcp / disable_mcp — Enable/disable built-in MCP endpoint (root token)list_teams, get_team, get_team_membersget_current_team, get_current_team_memberslist_servers, get_server, create_server, update_server, delete_servervalidate_server, get_server_resources, get_server_domainscreate_hetzner_serverlist_projects, get_project, create_project, update_project, delete_projectlist_environments, get_environment, create_environment, delete_environmentlist_applications, get_applicationcreate_public_application, create_private_github_app_application, create_private_deploy_key_applicationcreate_dockerfile_application, create_dockerimage_application, create_dockercompose_applicationupdate_application, delete_applicationstart_application, stop_application, restart_applicationget_application_logslist_application_envs, create_application_env, update_application_env, bulk_update_application_envs, delete_application_envlist_application_storages, create_application_storage, delete_application_storagelist_application_scheduled_tasks, create_application_scheduled_task, delete_application_scheduled_tasklist_databases, get_database, update_database, delete_databasecreate_postgresql_database, create_mysql_database, create_mariadb_database, create_mongodb_databasecreate_redis_database, create_keydb_database, create_dragonfly_database, create_clickhouse_databasestart_database, stop_database, restart_databaseget_database_backups, create_database_backup, list_database_backup_executionslist_database_envs, create_database_env, delete_database_envlist_services, get_service, create_service, update_service, delete_servicestart_service, stop_service, restart_servicelist_service_envs, create_service_env,