MCP Server
MCP
Coolify MCP
MCP server for Coolify API operations.
Install
npx -y @fndchagas/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@fndchagas/coolify-mcp",
"version": "2.3.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Coolify API base URL.",
"isRequired": true,
"name": "COOLIFY_BASE_URL"
},
{
"description": "Coolify API token.",
"isRequired": true,
"isSecret": true,
"name": "COOLIFY_TOKEN"
},
{
"description": "Fail on version mismatch.",
"default": "false",
"name": "COOLIFY_STRICT_VERSION"
},
{
"description": "Enable write operations.",
"default": "true",
"name": "COOLIFY_ALLOW_WRITE"
},
{
"description": "Allow raw logs without redaction (unsafe).",
"default": "false",
"name": "COOLIFY_ALLOW_UNSAFE_LOGS"
},
{
"description": "Override OpenAPI version ref (optional).",
"name": "COOLIFY_OPENAPI_REF"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment