coolify
v0.1.1Control Coolify Cloud and self-hosted Coolify instances from Codex with API-aware skills and an MCP server.
By Severin HilbertLicense: MIT1.1k GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install coolify for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add coolify@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “coolify-2” remain stable.
- Codex:
coolify-2@agent-plugin-marketplace→coolify@awesome-codex-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/Sevi-py/coolify-codex-plugin/.
Plugin files
├── .codex-plugin/plugin.json├── skills/coolify/SKILL.md├── skills/coolify-setup/SKILL.md└── .mcp.json
Included Skills2
Control Coolify Cloud or self-hosted Coolify instances from Codex using the bundled Coolify API MCP server. Use when the user asks to inspect, deploy, create, update, restart, stop, configure, or troubleshoot Coolify applications, services, databases, servers, projects, deployments, environment variables, domains, teams, private keys, GitHub apps, cloud tokens, scheduled tasks, backups, or other Coolify API resources. For connecting the plugin, first-time setup, saved credentials, login, logout, or marketplace onboarding, use the coolify-setup skill instead.
Connect, authenticate, configure, reset, or troubleshoot the Coolify Codex plugin connection. Use when the user asks to set up Coolify from the Codex marketplace, connect Coolify, configure saved credentials, log in, log out, switch Coolify instances, avoid environment variables, or resolve missing/invalid Coolify API token errors.
MCP servers1
- command
- ./scripts/coolify-mcp
- cwd
- .
Plugin manifests1
{
"name": "coolify",
"version": "0.1.1",
"description": "Control Coolify Cloud and self-hosted Coolify instances from Codex with API-aware skills and an MCP server.",
"author": {
"name": "Severin Hilbert"
},
"homepage": "https://github.com/Sevi-py/coolify-codex-plugin",
"repository": "https://github.com/Sevi-py/coolify-codex-plugin",
"license": "MIT",
"keywords": [
"coolify",
"self-hosting",
"deployment",
"paas",
"mcp",
"devops"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Coolify",
"shortDescription": "Control Coolify Cloud or self-hosted Coolify through its API.",
"longDescription": "Operate Coolify Cloud or a self-hosted Coolify instance from Codex with a focused workflow skill and a local MCP server for projects, servers, applications, services, databases, deployments, environment variables, logs, teams, and any current Coolify API endpoint through a raw request escape hatch backed by the official OpenAPI spec.",
"developerName": "Severin Hilbert",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://coolify.io/",
"privacyPolicyURL": "https://coolify.io/privacy/",
"termsOfServiceURL": "https://coolify.io/terms/",
"defaultPrompt": [
"Set the plugin up and connect to my Coolify instance.",
"Deploy a Coolify application and follow its logs.",
"Create or update Coolify environment variables safely."
],
"brandColor": "#8B5CF6",
"composerIcon": "./assets/icon.png",
"logo": "./assets/icon.png",
"screenshots": [
"./assets/screenshot.png"
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[coolify on Agent Plugins Marketplace](https://pluginsmp.com/plugins/coolify-2)