MCP.so
登录

Coolify MCP Server

@wrediam

关于 Coolify MCP Server

暂无概览

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

wrediam

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "coolify-mcp-server": {
      "command": "npx",
      "args": [
        "coolify-mcp-server"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Coolify MCP Server?

A Model Context Protocol (MCP) server that provides full coverage of the Coolify v4.1.1 REST API. It allows management of applications, databases, services, servers, and deployments from any MCP-compatible AI client.

How to use Coolify MCP Server?

Install globally with npm install -g coolify-mcp-server or run with npx coolify-mcp-server. Set two environment variables: COOLIFY_BASE_URL (your Coolify instance URL) and COOLIFY_TOKEN (your API bearer token). Configure the server in your MCP client (e.g., Claude Desktop, Windsurf, Cline) using the provided JSON settings.

Key features of Coolify MCP Server

  • Full coverage of the Coolify v4.1.1 REST API
  • Manage applications, databases, services, and servers
  • Control deployments, teams, and projects
  • Supports public and private application creation
  • Manage environments, private keys, and cloud tokens

Use cases of Coolify MCP Server

  • Automate deployment workflows via an AI assistant
  • Manage application configurations and environment variables
  • Monitor and control server resources across a Coolify instance
  • Create and manage databases (PostgreSQL, MySQL, MongoDB, etc.)
  • Trigger deployments by tag or UUID from an MCP client

FAQ from Coolify MCP Server

What Coolify versions are supported?

Coolify v4.1.1+ (stable, non-beta) is required. The API base is https://<your-coolify-instance>/api/v1.

What are the runtime requirements?

Node.js 18 or higher, a running Coolify instance, and a Coolify API token (obtained from Security → API Tokens in the dashboard).

How is authentication handled?

The server uses a Bearer token passed via the COOLIFY_TOKEN environment variable. The token is used for all API calls except the unauthenticated health check.

What transports are supported?

The server uses the standard MCP protocol with a command/arguments configuration. It is compatible with Claude Desktop, Windsurf, Cline, and any MCP client supporting the stdio transport.

Are there any known limitations?

The README does not mention specific limitations. The server covers the full Coolify v4.1.1 REST API, but beta features may not be included.

评论

其他 分类下的更多 MCP 服务器