
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@mseep/coolify
Advanced tools
This is still very much in development.
The Coolify MCP (Model Context Protocol) Server is an integration layer for the Coolify API, allowing users to interact with various resources and applications through a standardized interface. This server is built using TypeScript and leverages the Model Context Protocol SDK for seamless communication.


To set up the Coolify MCP Server, follow these steps:
git clone <repository-url>
cd coolify-mcp
npm install
then run
npm build
to create the build directory.
You'll need something like this in your claude_desktop_config.json file:
"mcpServers": {
"coolify": {
"command": "node",
"args": [
"/full/path/to/mcp-coolify/build/index.js"
],
"env": {
"COOLIFY_ACCESS_TOKEN": "coolify_api_key",
"COOLIFY_BASE_URL": "https://your-coolify-url.co.uk"
}
}
}
The server supports the following operations:
List Resources
list-resourcesList Applications
list-applicationsGet Application Details
get-application{"uuid": "<application-uuid>"}Start Application
start-application{"uuid": "<application-uuid>"}Stop Application
stop-application{"uuid": "<application-uuid>"}Restart Application
restart-application{"uuid": "<application-uuid>"}Deploy Application
deploy{"tag": "<tag-name>", "uuid": "<application-uuid>", "force": true}Get Version
get-versionHealth Check
health-checkContributions are welcome! Please open an issue or submit a pull request for any enhancements or bug fixes.
FAQs
MCP server for Coolify API integration
We found that @mseep/coolify demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.