wrediam
Enables comprehensive Coolify infrastructure management by exposing tools for creating, deploying, and tracking servers, applications, and team resources with robust operational capabilities.
Get details of a specific team. Requires a team ID obtained from list_teams.
List all teams the authenticated user has access to. Use this to get team UUIDs needed for other operations.
Get Coolify version information. Returns the current version of the Coolify instance.
Check Coolify API health status. Note: This endpoint may not be available in all Coolify versions, including the current version (4.0.0-beta.397).
List all servers registered in your Coolify instance. Use this to get server UUIDs needed for other operations.
Stop a running service. This will gracefully shut down the service container.
Create a new server in Coolify. Requires SSH access details and a private key for authentication.
List all services across your Coolify instance. Services are containerized applications running on your servers.
Start a previously created service. This will initialize the service container and make it accessible.
Create a new service on a specified server. Services are containerized applications that run on your Coolify servers.
Get detailed information about a specific deployment. Use this to monitor deployment status and troubleshoot issues.
Restart a service by stopping and starting it again. Useful for applying configuration changes or recovering from issues.
Validate a server's configuration and connectivity. Use this to verify server setup and troubleshoot connection issues.
Get details of the currently authenticated team. This is the team associated with your API token.
List all deployments across your Coolify instance. Deployments represent the history of application and service deployments.
Stop a running application. This will gracefully shut down the application container.
List all applications across your Coolify instance. Applications are deployable units sourced from Git repositories.
List all SSH private keys stored in Coolify. These keys are used for server authentication and Git repository access.
Start a previously created application. This will initialize the application container and make it accessible.
Create a new application in Coolify. Applications are deployable units that can be sourced from Git repositories.
Create a new SSH private key in Coolify for server authentication or Git repository access.
Get a list of domains configured for a server. These domains are used for routing traffic to applications and services.
Restart an application by stopping and starting it again. Useful for applying configuration changes or recovering from issues.
Get a list of applications and services running on a server. This provides an overview of all resources deployed on the specified server.
Get a list of all members in the currently authenticated team. Shows who has access to team resources.
Execute a command inside a running application container. Useful for debugging, maintenance, or running one-off tasks. Note: This endpoint may not be available in all Coolify versions, including the current version (4.0.0-beta.397).
Connect to MCP Server
Required environment variables:
COOLIFY_BASE_URL
COOLIFY_TOKEN