4,500+ servers built on MCP Fusion
Vinkius
Coolify logo
Vinkius
CrewAI logo

How to Use the Coolify MCP in CrewAI

Deploy a team of specialized CrewAI agents to autonomously manage, monitor, and scale your Coolify cluster with this MCP Server.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Coolify MCP on Cursor AI Code Editor MCP Client Coolify MCP on Claude Desktop App MCP Integration Coolify MCP on OpenAI Agents SDK MCP Compatible Coolify MCP on Visual Studio Code MCP Extension Client Coolify MCP on GitHub Copilot AI Agent MCP Integration Coolify MCP on Google Gemini AI MCP Integration Coolify MCP on Lovable AI Development MCP Client Coolify MCP on Mistral AI Agents MCP Compatible Coolify MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Coolify MCP to CrewAI

Create your Vinkius account to connect Coolify to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Multi-Agent Infrastructure Monitoring

This MCP Server exposes `list_servers` to let your operations crew run continuous health checks across your self-hosted servers. A monitor agent calls `list_servers` to check host endpoints, while a triage agent uses `get_server` to check SSH connection statuses. If a Docker port fails to resolve, the crew collaborates to diagnose the issue. The agents share context through their memory layer, allowing them to pinpoint whether the host machine or the container runtime is failing.

Autonomous Incident Escalation with CrewAI

When an application crashes, a specialized recovery agent uses `restart_application` to recycle container states and inject updated `.env` variables. If the container fails to start, the agent escalates the issue to a senior moderator agent. The moderator agent can then call `stop_application` to prevent further traffic from hitting the broken endpoint. This automated coordination ensures your self-hosted services remain stable without requiring 24/7 human on-call shifts.

Coordinated Database Provisioning

Your database agent uses `list_databases` via the MCP Server to isolate existing PostgreSQL or Redis bounding boxes and get connection strings. Meanwhile, a frontend agent maps these parameters to newly provisioned web apps. By calling `get_database`, the crew checks that the database config arrays match your application's requirements. This coordinated approach eliminates manual environment variable configuration errors during deployment.

Setup guide

Set up Coolify MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Coolify tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Coolify Analyst",
    goal="Access and analyze Coolify data via MCP.",
    backstory="Expert analyst with direct Coolify access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Coolify transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Coolify MCP in CrewAI

One agent can trigger the build using `trigger_deployment`, while another agent monitors the application state via `get_application`. They share status updates through CrewAI's shared memory.
Yes, you can authorize an agent to call `restart_application` if it detects that container states are unhealthy. This allows for autonomous self-healing of your self-hosted services.
The crew uses `list_databases` to check backup cadence timelines. If an agent detects a missed backup window, it can flag the issue for human review or trigger an alert.
You can pass the Vinkius endpoint URL directly into your CrewAI Agent definition using the `mcps` parameter. This exposes all Coolify management tools to your crew instantly.
All retrieved connection strings, database bounding boxes, and GitHub repository maps are processed in memory within the secure V8 isolate sandbox. No sensitive database credentials or server configurations are cached or stored on external servers.

Start using the Coolify MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for Coolify. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.