How to Use the Coolify MCP in Windsurf
Deploy updates and reboot containers across your self-hosted stack directly through Windsurf.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Coolify MCP to Windsurf
Create your Vinkius account to connect Coolify to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Rebuild and deploy code with Windsurf
The `trigger_deployment` tool initiates a Nixpacks build and updates your running container with your latest Git commit. Cascade can spot a failing build, inspect the logs, and trigger a fresh run without you prompting every single step. Using this MCP Server, you just tell Cascade to push your latest main branch. It uses `list_applications` to find the target UUID and kicks off the build pipeline immediately.
Map your infrastructure topology
Running `list_servers` fetches the physical IP addresses and SSH statuses of your entire Docker swarm. Cascade uses this raw node data to map exactly where each of your frontend and backend containers is currently executing. If a node goes quiet, Cascade uses `get_server` to verify running Docker ports and SSH endpoints. It gives you a clear picture of your hardware health without leaving your editor.
Configure database connections on the fly
This MCP integration lets Windsurf query `get_database` to pull the connection parameters and backup schedules for your running PostgreSQL, MySQL, or Redis instances. Windsurf chains this with your app config to link new backend stores automatically. Cascade queries `list_databases` to locate the correct bounding box, grabs the credentials, and injects them as environment variables. It then runs `restart_application` to apply the changes to your running container RAM.
Set up Coolify MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the Coolify MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my Coolify payment history." If connected, Cascade will call the Coolify tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"coolify-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Coolify. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Coolify MCP today
We host it, we monitor it, we maintain it. You just paste one token.