Skip to main content
Glama

Coolify MCP Server

package.json1.51 kB
{ "name": "@pashvc/mcp-server-coolify", "version": "1.0.1", "description": "MCP server for Coolify API integration with comprehensive resource management", "type": "module", "main": "dist/index.js", "bin": { "mcp-coolify-server": "dist/index.js" }, "scripts": { "build": "tsc && chmod +x dist/index.js", "watch": "tsc --watch", "start": "node dist/index.js", "inspector": "npx @modelcontextprotocol/inspector dist/index.js", "test": "NODE_OPTIONS='--experimental-vm-modules' jest", "test:watch": "NODE_OPTIONS='--experimental-vm-modules' jest --watch", "test:coverage": "NODE_OPTIONS='--experimental-vm-modules' jest --coverage", "test:integration": "NODE_OPTIONS='--experimental-vm-modules' jest --testMatch='**/*.integration.test.ts'", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "coolify", "api", "server", "modelcontextprotocol", "infrastructure", "deployment", "paas" ], "author": "Pavel Sukhachev", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.6.0", "axios": "^1.6.7", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.11.24", "@types/jest": "^29.5.12", "jest": "^29.7.0", "ts-jest": "^29.1.2", "typescript": "^5.3.3" }, "repository": { "type": "git", "url": "https://github.com/pashvc/mcp-server-coolify" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=18.0.0" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pavelsukhachev/mcp-server-coolify'

If you have feedback or need assistance with the MCP directory API, please join our Discord server