Back to Home
StuMason icon

coolify-mcp-server

Verified Safe

by StuMason

Overview

Integrate with and manage resources, applications, services, databases, and deployments on a Coolify platform via a standardized Model Context Protocol (MCP) interface.

Installation

Run Command
node /path/to/coolify-mcp/build/index.js

Environment Variables

  • COOLIFY_ACCESS_TOKEN
  • COOLIFY_BASE_URL

Security Notes

The server securely handles sensitive information by requiring `COOLIFY_ACCESS_TOKEN` and `COOLIFY_BASE_URL` as environment variables, preventing hardcoded secrets. Input parameters for API calls are validated using Zod schemas, which helps mitigate common injection vulnerabilities. All external communication is performed using standard `fetch` requests, and no usage of `eval` or other potentially dangerous functions was found. The error handling for external API calls is present. The server functions as a proxy, forwarding requests to a user-configured Coolify API.

Similar Servers

Stats

Interest Score38
Security Score9
Cost ClassMedium
Avg Tokens500
Stars12
Forks13
Last Update2026-01-17

Tags

CoolifyAPI IntegrationApplication ManagementCloud ManagementDevOps