Coolify MCP Server
An MCP server for interacting with the Coolify API to manage servers and applications.
Coolify MCP Server
Overview
This is still very much in development.
The Coolify MCP (Model Context Protocol) Server is an integration layer for the Coolify API, allowing users to interact with various resources and applications through a standardized interface. This server is built using TypeScript and leverages the Model Context Protocol SDK for seamless communication.
Features
- List resources and applications
- Get details of specific applications
- Start, stop, and restart applications
- Deploy applications by tag or UUID
- Health check for system status
- Fetch the current version of the Coolify API
Installation
To set up the Coolify MCP Server, follow these steps:
- Clone the repository:
git clone cd coolify-mcp
- Install dependencies:
npm install
then run
npm build
to create the build directory.
- Set Claude Config:
You'll need something like this in your claude_desktop_config.json file:
"mcpServers": {
"coolify": {
"command": "node",
"args": [
"/full/path/to/mcp-coolify/build/index.js"
],
"env": {
"COOLIFY_ACCESS_TOKEN": "coolify_api_key",
"COOLIFY_BASE_URL": "https://your-coolify-url.co.uk"
}
}
}
API Endpoints
The server supports the following operations:
- List Resources
- Request:
list-resources - Response: List of all resources in Coolify.
- Request:
- List Applications
- Request:
list-applications - Response: List of all applications.
- Request:
- Get Application Details
- Request:
get-application - Parameters:
{"uuid": "<application-uuid>"} - Response: Details of the specified application.
- Request:
- Start Application
- Request:
start-application - Parameters:
{"uuid": "<application-uuid>"} - Response: Result of the start operation.
- Request:
- Stop Application
- Request:
stop-application - Parameters:
{"uuid": "<application-uuid>"} - Response: Result of the stop operation.
- Request:
- Restart Application
- Request:
restart-application - Parameters:
{"uuid": "<application-uuid>"} - Response: Result of the restart operation.
- Request:
- Deploy Application
- Request:
deploy - Parameters:
{"tag": "<tag-name>", "uuid": "<application-uuid>", "force": true} - Response: Result of the deploy operation.
- Request:
- Get Version
- Request:
get-version - Response: Current version of the Coolify API.
- Request:
- Health Check
- Request:
health-check - Response: System health status.
- Request:
Contributing
Contributions are welcome! Please open an issue or submit a pull request for any enhancements or bug fixes.
Related Servers
AlibabaCloud DevOps MCP
Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform.
Elementary
Expose data observability, lineage, test results & incidents to AI agents via MCP
Salesforce MCP Server
Integrates Claude with Salesforce, enabling natural language interactions with your Salesforce data and metadata.
MCP Server To Markdown
Converts various file formats to Markdown using Cloudflare AI.
CData Sage Cloud Accounting
A read-only MCP server for Sage Cloud Accounting, powered by the CData JDBC Driver.
Reservation System MCP Server
Integrates with the WeChat cloud development reservation system API.
MCP Server Sample
Provides weather information tools using the US National Weather Service API.
Remote MCP Server (Authless)
A remote MCP server deployable on Cloudflare Workers without authentication.
1Password Credential Retrieval Server
Securely retrieve credentials from 1Password for use by Agentic AI.
Remote MCP Server (Authless)
A remote MCP server deployable on Cloudflare Workers that operates without authentication.