{ "name": "@fndchagas/coolify-mcp", "version": "2.3.1", "mcpName": "io.github.frndchagas/coolify-mcp", "type": "module", "scripts": { "dev": "tsx src/server.ts", "build": "tsc -p tsconfig.json", "start": "node dist/server.js", "generate": "openapi-ts", "prepublishOnly": "npm run build", "test": "vitest run", "docs:index": "node scripts/build-docs-index.mjs", "lint": "eslint .", "test:coverage": "vitest run --coverage" }, "dependencies": { "@modelcontextprotocol/sdk": "1.30.0", "express": "5.2.1", "zod": "4.3.5" }, "overrides": { "@hono/node-server": "1.19.15", "js-yaml": "4.3.1" }, "devDependencies": { "@eslint/js": "^10.0.1", "@hey-api/openapi-ts": "^0.90.1", "@types/express": "^4.17.21", "@types/node": "^22.18.1", "@vitest/coverage-v8": "^4.1.10", "eslint": "^10.8.0", "tsx": "4.21.0", "typescript": "5.9.3", "typescript-eslint": "^8.66.0", "vitest": "^4.1.10" }, "description": "MCP server for Coolify — deploy, diagnose, and manage applications, databases, services, backups, and servers on your self-hosted PaaS. 64 tools generated from the official OpenAPI spec, docs search included, secrets masked by default.", "keywords": [ "coolify", "mcp", "model-context-protocol", "deployment", "self-hosted", "paas", "devops", "ai", "claude", "node" ], "license": "MIT", "author": "Fernando Chagas", "repository": { "type": "git", "url": "git+https://github.com/frndchagas/coolify-mcp.git" }, "bugs": { "url": "https://github.com/frndchagas/coolify-mcp/issues" }, "homepage": "https://github.com/frndchagas/coolify-mcp#readme", "bin": { "coolify-mcp": "dist/server.js" }, "files": [ "dist", "README.md", "LICENSE", "docs-index.json" ], "engines": { "node": ">=18" } }