ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Coolify with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage self-hosting via Coolify. monitor servers, deploy applications, manage databases, and trigger builds directly from any AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete Coolify capability set.

These are the exact actions your AI can choose when you ask it to work with Coolify.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Coolify.

  1. 01

    Get database

    Highly required when linking newly provisioned Web Apps to Backend Datastores. Extrapolate internal configuration arrays for a Database

  2. 02

    Get server

    Verifies IP properties, SSH connection validation statuses, and Docker executing ports resolving across the cluster. Get configuration schema mapped to a specific Coolify Server Node

  3. 03

    List applications

    Generates the crucial map associating Project repositories to explicit application UUIDs required for downstream mutations (like restarting and stopping). List all frontend/backend Applications actively managed by Coolify

  4. 04

    List databases

    Isolates database bounding boxes mapping to applications so you can properly retrieve Connection Strings and backup cadence timelines. List managed PostgreSQL, MySQL, and Redis configurations

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Coolify.

  1. 05

    Get application

    Examines mapped GitHub branches, automatic rollout toggles (push to deploy), and assigned Traefik reverse proxy FQDN paths. Fetch elaborate internal topology metrics for a given Application

  2. 06

    List servers

    Used to identify the raw physical endpoints running Docker swarms that host subsequent applications. List all self-hosted Server Nodes attached to Coolify

  3. 07

    Restart application

    Ensures updated config .env variables injected via Coolify take effect immediately in runtime RAM. Bounce a Coolify application recycling its container states

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Coolify.

  1. 08

    Start application

    Spin up containers mapped to a suspended Application UUID

  2. 09

    Trigger deployment

    Performs git fetch, rebuilds Nixpacks images, caches dependencies, and rolls the updated Docker image out directly over the previous active application version. Trigger a raw build pipeline fetching the latest Git commit

  3. 10

    Stop application

    Used precisely for pausing billing or restricting web perimeter ingress during a cyber incident directly via the Coolify dashboard API. Halt execution algorithms suspending the mapped Application

Observed, not estimated

798ms average. Fast in production.

Coolify is checked daily against the live service.

Daily averagePeak 1134ms
Aug 25Today
Fastest day
699ms
Slowest day
1134ms
14-day trend
Slowing+12%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Coolify, so you can see the experience inside your AI.

It does not authenticate your account with Coolify. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Coolify Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_2OtVSYxP6F0y5CH4pZP2Y6H6N3UqbNzYtv86n8vS/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Coolify capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "coolify-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_2OtVSYxP6F0y5CH4pZP2Y6H6N3UqbNzYtv86n8vS/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Coolify owners ask.

  • 01

    Can my agent trigger a new deployment for a Coolify application?

    Yes. Use the 'trigger_deployment' capability with the application UUID. The agent will initiate a full build pipeline, fetching the latest commit and rolling out the updated version directly on your server.

  • 02

    How do I retrieve the internal connection string for a managed database?

    Provide the database UUID to the 'get_database' capability. Your agent will extrapolate the internal network URI (e.g., for PostgreSQL or MySQL), allowing you to securely link your apps without external port exposure.

  • 03

    Can I restart an application to apply new environment variables?

    Absolutely. Use the 'restart_application' capability. The agent will execute an overlapping bounce, destroying old instances and initializing fresh replicas with the latest configuration and environment variables.