An MCP server for interacting with the Coolify API to manage servers and applications.
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 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-applications
get-application
{"uuid": "<application-uuid>"}
start-application
{"uuid": "<application-uuid>"}
stop-application
{"uuid": "<application-uuid>"}
restart-application
{"uuid": "<application-uuid>"}
deploy
{"tag": "<tag-name>", "uuid": "<application-uuid>", "force": true}
get-version
health-check
Contributions are welcome! Please open an issue or submit a pull request for any enhancements or bug fixes.
Access Grafana resources like dashboards, datasources, Prometheus, Loki, and alerts.
Manage ArgoCD applications and resources using natural language through its API integration.
Provides comprehensive analytics for Solana wallets, including real-time portfolio insights and detailed DeFi activity tracking.
A server for interacting with the Alpaca trading API. Requires API credentials via environment variables.
Deploy, configure & interrogate your resources on the Cloudflare developer platform (e.g. Workers/KV/R2/D1)
Query Amazon Bedrock Knowledge Bases using natural language to retrieve relevant information from your data sources.
A remote MCP server deployable on Cloudflare Workers without authentication.
Retrieves user geolocation information using EdgeOne Pages Functions and exposes it via an MCP server.
A server for Snowflake providing tools for its Cortex AI features, including Search, Analyst, and Complete.
An example of a remote MCP server deployable on Cloudflare Workers without authentication.