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.

コメント

「その他」の他のコンテンツ