Coolify-MCP
Verified Safeby Thedurancode
Overview
The Coolify MCP Server enables AI agents to manage and deploy applications on a Coolify instance, facilitating AI-driven app marketplaces.
Installation
No command providedEnvironment Variables
- COOLIFY_API_URL
- COOLIFY_API_TOKEN
Security Notes
The server demonstrates strong security practices: secrets are loaded via environment variables (COOLIFY_API_URL, COOLIFY_API_TOKEN) and never exposed to AI agents. All tool inputs are rigorously validated using Zod schemas, preventing injection attacks and enforcing data integrity. The API client includes robust error handling with specific error codes for common issues (401, 403, 404, 409, 422, 429). Comprehensive logging provides an audit trail of tool invocations and API calls, aiding in security monitoring. Containerization is recommended, with the `docker-compose.yml` demonstrating hardened security options like `no-new-privileges:true`, `read_only: true`, `tmpfs`, `cap_drop: ALL`, and restricted `cap_add`. A dedicated `docs/SECURITY.md` file further outlines security considerations, best practices, and known limitations, indicating a proactive approach to security.
Similar Servers
klavis
Develop and deploy AI agents that interact with a wide array of web services (e.g., Gmail, YouTube, LinkedIn, Supabase, Salesforce, Kubernetes) through a standardized Model Context Protocol (MCP), often orchestrated by an intelligent routing layer like Strata.
mcpstore
Orchestrate Microservice Context Protocol (MCP) services and adapt them for integration with various AI frameworks like LangChain, managing tools and their lifecycle.
mcp-servers
An MCP server for managing files in Google Cloud Storage, supporting CRUD operations (save, get, search, delete) and exposing files as resources.
mcp
Securely control Fastly CDN/edge infrastructure through natural language interactions with AI assistants.