Skip to main content
Glama

Coolify MCP Server

package.json892 B
{ "name": "coolify-mcp-server", "version": "0.1.13", "description": "MCP server for Coolify API integration", "type": "module", "main": "build/index.js", "bin": { "mcp-coolify-server": "build/index.js" }, "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "start": "node build/index.js", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "coolify", "api", "server", "modelcontextprotocol" ], "author": "Will Reeves <will@wredia.com>", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.6.0", "axios": "^1.6.7" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" }, "repository": { "type": "git", "url": "https://github.com/wrediam/coolify-mcp-server" }, "publishConfig": { "access": "public" } }

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/wrediam/coolify-mcp-server'

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