Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
Enhanced MCP server implementation for Coolify with advanced deployment and automation capabilities ๐ Enhanced Coolify MCP Server A powerful, enhanced Model Context Protocol (MCP) server for $1 that enables AI assistants to manage your entire Coolify infrastructure through natural language. Deploy applications, manage databases, monitor services, and automate your DevOps workflows - all through simple conversations with AI. โจ What Makes This Enhanced? This is a significantly enhanced version of the $1 with **15+ n Published capability contract available. No trust telemetry is available yet. 16 GitHub stars reported by the source. Last updated 2/24/2026.
Freshness
Last checked 2/22/2026
Best For
Contract is available with explicit auth and schema references.
Not Ideal For
@dazeb/coolify-mcp-enhanced is not ideal for teams that need stronger public trust telemetry, lower setup complexity, or more explicit contract coverage before production rollout.
Evidence Sources Checked
editorial-content, capability-contract, runtime-metrics, public facts pack
Enhanced MCP server implementation for Coolify with advanced deployment and automation capabilities ๐ Enhanced Coolify MCP Server A powerful, enhanced Model Context Protocol (MCP) server for $1 that enables AI assistants to manage your entire Coolify infrastructure through natural language. Deploy applications, manage databases, monitor services, and automate your DevOps workflows - all through simple conversations with AI. โจ What Makes This Enhanced? This is a significantly enhanced version of the $1 with **15+ n
Public facts
7
Change events
1
Artifacts
0
Freshness
Feb 22, 2026
Published capability contract available. No trust telemetry is available yet. 16 GitHub stars reported by the source. Last updated 2/24/2026.
Trust score
Unknown
Compatibility
MCP
Freshness
Feb 22, 2026
Vendor
Dazeb
Artifacts
0
Benchmarks
0
Last release
1.1.0
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Published capability contract available. No trust telemetry is available yet. 16 GitHub stars reported by the source. Last updated 2/24/2026.
Setup snapshot
git clone https://github.com/dazeb/coolify-mcp-enhanced.gitSetup complexity is MEDIUM. Standard integration tests and API key provisioning are required before connecting this to production workloads.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Dazeb
Protocol compatibility
MCP
Auth modes
mcp, api_key
Machine-readable schemas
OpenAPI or schema references published
Adoption signal
16 GitHub stars
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
bash
# Clone and run the interactive setup guide git clone https://github.com/dazeb/coolify-mcp-enhanced.git cd coolify-mcp-enhanced npm install && npm run build node setup-guide.js
bash
# Clone the repository git clone https://github.com/dazeb/coolify-mcp-enhanced.git cd coolify-mcp-enhanced # Install dependencies and build npm install npm run build
bash
# Set your Coolify server details export COOLIFY_ACCESS_TOKEN="0|your-actual-token-here" export COOLIFY_BASE_URL="https://your-coolify-server.com" # Example for common Coolify hosting services: # export COOLIFY_BASE_URL="https://s1.v0cl.one" # v0cl.one hosting # export COOLIFY_BASE_URL="https://app.coolify.io" # Coolify Cloud # export COOLIFY_BASE_URL="https://coolify.yourdomain.com" # Self-hosted
bash
# Test basic functionality node test-mcpaas.js # You should see: # โ GitHub Repo: PASS # โ Basic connectivity working
bash
# Test MCP server directly
echo '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_servers","arguments":{}}}' | node dist/index.js
# Expected output: JSON response with your Coolify server informationbash
git clone https://github.com/dazeb/coolify-mcp-enhanced.git && cd coolify-mcp-enhanced && npm install && npm run build && echo "โ Installation complete! Run 'node setup-guide.js' for configuration."
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB MCP
Editorial quality
ready
Enhanced MCP server implementation for Coolify with advanced deployment and automation capabilities ๐ Enhanced Coolify MCP Server A powerful, enhanced Model Context Protocol (MCP) server for $1 that enables AI assistants to manage your entire Coolify infrastructure through natural language. Deploy applications, manage databases, monitor services, and automate your DevOps workflows - all through simple conversations with AI. โจ What Makes This Enhanced? This is a significantly enhanced version of the $1 with **15+ n
A powerful, enhanced Model Context Protocol (MCP) server for Coolify that enables AI assistants to manage your entire Coolify infrastructure through natural language. Deploy applications, manage databases, monitor services, and automate your DevOps workflows - all through simple conversations with AI.
This is a significantly enhanced version of the original Coolify MCP Server with 15+ new tools and powerful automation capabilities:
Before installation, ensure you have:
# Clone and run the interactive setup guide
git clone https://github.com/dazeb/coolify-mcp-enhanced.git
cd coolify-mcp-enhanced
npm install && npm run build
node setup-guide.js
The interactive guide will walk you through:
https://your-coolify-server.com)0|1234567890abcdef...# Clone the repository
git clone https://github.com/dazeb/coolify-mcp-enhanced.git
cd coolify-mcp-enhanced
# Install dependencies and build
npm install
npm run build
# Set your Coolify server details
export COOLIFY_ACCESS_TOKEN="0|your-actual-token-here"
export COOLIFY_BASE_URL="https://your-coolify-server.com"
# Example for common Coolify hosting services:
# export COOLIFY_BASE_URL="https://s1.v0cl.one" # v0cl.one hosting
# export COOLIFY_BASE_URL="https://app.coolify.io" # Coolify Cloud
# export COOLIFY_BASE_URL="https://coolify.yourdomain.com" # Self-hosted
# Test basic functionality
node test-mcpaas.js
# You should see:
# โ
GitHub Repo: PASS
# โ
Basic connectivity working
# Test MCP server directly
echo '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_servers","arguments":{}}}' | node dist/index.js
# Expected output: JSON response with your Coolify server information
For AI agents or advanced users, here's the complete installation in one command:
git clone https://github.com/dazeb/coolify-mcp-enhanced.git && cd coolify-mcp-enhanced && npm install && npm run build && echo "โ
Installation complete! Run 'node setup-guide.js' for configuration."
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"coolify-enhanced": {
"command": "node",
"args": ["/full/path/to/coolify-mcp-enhanced/dist/index.js"],
"env": {
"COOLIFY_ACCESS_TOKEN": "0|your-actual-token-here",
"COOLIFY_BASE_URL": "https://your-coolify-server.com"
}
}
}
}
Here's a real working example from a v0cl.one user:
{
"mcpServers": {
"coolify-enhanced": {
"command": "node",
"args": ["coolify-mcp-enhanced/dist/index.js"],
"env": {
"COOLIFY_ACCESS_TOKEN": "17|your-actual-token-here",
"COOLIFY_BASE_URL": "https://s1.v0cl.one"
},
"disabled": false,
"autoApprove": [
"list_servers",
"list_services",
"list_projects",
"list_applications",
"list_databases",
"get_server",
"get_service",
"get_application",
"get_database",
"create_project",
"create_fullstack_project",
"deploy_infrastructure_stack",
"get_application_resources",
"get_application_logs",
"get_deployments"
]
}
}
}
# In Cursor, add MCP server:
env COOLIFY_ACCESS_TOKEN="0|your-token" COOLIFY_BASE_URL="https://your-server.com" node /path/to/coolify-mcp-enhanced/dist/index.js
The server works with any MCP-compatible AI tool. Just provide:
node /path/to/coolify-mcp-enhanced/dist/index.jsCOOLIFY_ACCESS_TOKEN and COOLIFY_BASE_URLOnce set up, you can have natural conversations like:
"Create a new project called 'my-webapp' and deploy it with PostgreSQL database, Redis cache, and MinIO storage on my Coolify server."
"Show me all my applications and their current resource usage. If any app is using more than 80% CPU, show me its recent logs."
"Update the environment variables for my 'api-server' application to include DATABASE_URL and REDIS_URL, then restart it."
"Deploy this Docker Compose configuration as a new service in my 'production' project."
| Tool | Description | Example Use |
|------|-------------|-------------|
| list_servers | List all your Coolify servers | "Show me all my servers" |
| list_projects | List all projects | "What projects do I have?" |
| create_project | Create a new project | "Create a project called 'blog'" |
| Tool | Description | Example Use |
|------|-------------|-------------|
| list_applications | List all applications | "Show all my apps" |
| create_application | Deploy new application | "Deploy my GitHub repo as an app" |
| get_application_logs | View application logs | "Show logs for my API server" |
| get_application_resources | Monitor resource usage | "How much CPU is my app using?" |
| Tool | Description | Example Use |
|------|-------------|-------------|
| create_fullstack_project | Create project with common services | "Set up a full-stack project" |
| deploy_infrastructure_stack | Deploy PostgreSQL, Redis, MinIO | "Add database and cache to my project" |
| Tool | Description | Example Use |
|------|-------------|-------------|
| list_services | List all services | "What services are running?" |
| create_service | Create new service | "Add a WordPress service" |
| create_docker_compose_service | Deploy Docker Compose | "Deploy this compose file" |
| Tool | Description | Example Use |
|------|-------------|-------------|
| list_databases | List all databases | "Show my databases" |
| create_database | Create new database | "Create a PostgreSQL database" |
| update_database | Update database settings | "Change database memory limit" |
| Tool | Description | Example Use |
|------|-------------|-------------|
| get_application_environment_variables | Get env vars | "Show environment variables" |
| update_application_environment_variables | Update env vars | "Update API keys" |
| Tool | Description | Example Use |
|------|-------------|-------------|
| get_deployments | List deployments | "Show deployment history" |
| cancel_deployment | Cancel deployment | "Stop the failing deployment" |
| deploy_application | Deploy application | "Deploy my latest changes" |
# Coolify Cloud (official)
export COOLIFY_BASE_URL="https://app.coolify.io"
# v0cl.one (popular hosting)
export COOLIFY_BASE_URL="https://s1.v0cl.one"
# or https://s2.v0cl.one, https://s3.v0cl.one, etc.
# Self-hosted Coolify
export COOLIFY_BASE_URL="https://coolify.yourdomain.com"
# Local development
export COOLIFY_BASE_URL="http://localhost:3000"
Your Coolify API token should have these permissions:
This enhanced MCP server has been successfully tested and deployed with a real v0cl.one Coolify instance:
https://s1.v0cl.one"The enhanced MCP server makes managing my v0cl.one Coolify instance incredibly easy. I can now deploy and monitor everything through simple AI conversations!"
# Basic connectivity test
node test-mcpaas.js
# Test specific functionality
echo '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_servers","arguments":{}}}' | node dist/index.js
COOLIFY_BASE_URL - Make sure it's accessible0| or similarnpm run build# Enable detailed logging
DEBUG=coolify:* node dist/index.js
We welcome contributions! This enhanced server builds upon the excellent foundation of the original Coolify MCP Server.
MIT License - Enhanced version maintains the same license as the original.
Ready to supercharge your Coolify workflow with AI? ๐ Get started now!
Made with โค๏ธ for the Coolify community
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
ready
Auth
mcp, api_key
Streaming
Yes
Data region
global
Protocol support
Requires: mcp, lang:typescript, streaming
Forbidden: none
Guardrails
Operational confidence: medium
curl -s "https://xpersona.co/api/v1/agents/mcp-dazeb-coolify-mcp-enhanced/snapshot"
curl -s "https://xpersona.co/api/v1/agents/mcp-dazeb-coolify-mcp-enhanced/contract"
curl -s "https://xpersona.co/api/v1/agents/mcp-dazeb-coolify-mcp-enhanced/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
80
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
74
Expose OpenAPI definition endpoints as MCP tools using the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Rank
72
An actix_web backend for the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Contract JSON
{
"contractStatus": "ready",
"authModes": [
"mcp",
"api_key"
],
"requires": [
"mcp",
"lang:typescript",
"streaming"
],
"forbidden": [],
"supportsMcp": true,
"supportsA2a": false,
"supportsStreaming": true,
"inputSchemaRef": "https://github.com/dazeb/coolify-mcp-enhanced#input",
"outputSchemaRef": "https://github.com/dazeb/coolify-mcp-enhanced#output",
"dataRegion": "global",
"contractUpdatedAt": "2026-02-24T19:44:49.877Z",
"sourceUpdatedAt": "2026-02-24T19:44:49.877Z",
"freshnessSeconds": 4429758
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/mcp-dazeb-coolify-mcp-enhanced/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/mcp-dazeb-coolify-mcp-enhanced/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/mcp-dazeb-coolify-mcp-enhanced/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/mcp-dazeb-coolify-mcp-enhanced/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/mcp-dazeb-coolify-mcp-enhanced/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/mcp-dazeb-coolify-mcp-enhanced/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"MCP"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_MCP",
"generatedAt": "2026-04-17T02:14:08.255Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "MCP",
"type": "protocol",
"support": "supported",
"confidenceSource": "contract",
"notes": "Confirmed by capability contract"
},
{
"key": "coolify",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "mcp",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "model-context-protocol",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "deployment",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "automation",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "docker",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "infrastructure",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "devops",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "ai-assistant",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "self-hosting",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "cli",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:MCP|supported|contract capability:coolify|supported|profile capability:mcp|supported|profile capability:model-context-protocol|supported|profile capability:deployment|supported|profile capability:automation|supported|profile capability:docker|supported|profile capability:infrastructure|supported|profile capability:devops|supported|profile capability:ai-assistant|supported|profile capability:self-hosting|supported|profile capability:cli|supported|profile"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "MCP",
"href": "https://xpersona.co/api/v1/agents/mcp-dazeb-coolify-mcp-enhanced/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/mcp-dazeb-coolify-mcp-enhanced/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:44:49.877Z",
"isPublic": true
},
{
"factKey": "auth_modes",
"category": "compatibility",
"label": "Auth modes",
"value": "mcp, api_key",
"href": "https://xpersona.co/api/v1/agents/mcp-dazeb-coolify-mcp-enhanced/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/mcp-dazeb-coolify-mcp-enhanced/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:44:49.877Z",
"isPublic": true
},
{
"factKey": "schema_refs",
"category": "artifact",
"label": "Machine-readable schemas",
"value": "OpenAPI or schema references published",
"href": "https://github.com/dazeb/coolify-mcp-enhanced#input",
"sourceUrl": "https://xpersona.co/api/v1/agents/mcp-dazeb-coolify-mcp-enhanced/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:44:49.877Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Dazeb",
"href": "https://github.com/dazeb/coolify-mcp-enhanced#readme",
"sourceUrl": "https://github.com/dazeb/coolify-mcp-enhanced#readme",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-24T19:43:14.176Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "16 GitHub stars",
"href": "https://github.com/dazeb/coolify-mcp-enhanced",
"sourceUrl": "https://github.com/dazeb/coolify-mcp-enhanced",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-24T19:43:14.176Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/mcp-dazeb-coolify-mcp-enhanced/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/mcp-dazeb-coolify-mcp-enhanced/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub ยท GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to @dazeb/coolify-mcp-enhanced and adjacent AI workflows.