Integrates with Coolify to enable natural language management of servers, projects, applications, and databases through the Coolify API, allowing users to perform DevOps operations without leaving their conversation interface.
Log in to your Coolify Instance
- Open your web browser and navigate to your Coolify instance (e.g.,
https://your-coolify-instance.com
).
Obtain a Coolify API Access Token
- In the Coolify web UI, navigate to your profile or account settings area.
- Look for an option or section labeled "API Tokens", "Access Tokens", or similar.
- Click on the option to create a new API token.
- Name your token, assign appropriate permissions, and confirm to generate it.
- Copy the generated token (it typically starts with
0|
). Save it somewhere secure—you will need it for the next step.
Identify Your Coolify Base URL
- Your Coolify base URL is the address you use to access your Coolify instance (e.g.,
https://your-coolify-instance.com
).
- If you run Coolify locally, the default might be
http://localhost:3000
.
Add the Values in FastMCP Connection Interface
- Click the "Install Now" button for the Coolify integration in FastMCP.
- When prompted, enter the following values:
- COOLIFY_ACCESS_TOKEN: Paste the API token you obtained in step 2.
- COOLIFY_BASE_URL: Enter your Coolify instance's base URL from step 3.
Finish Setup
- Save or confirm the setup in the FastMCP interface to complete the integration.
You are now ready to use the Coolify MCP Server with your FastMCP environment!