empaya-mcp-server
Provides tools to manage Cloudways servers, apps, stats, deployments, logs, environment variables, SSL certificates, backups, and services.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@empaya-mcp-serverlist my Cloudways servers"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Cloudways MCP Server
Servidor MCP para operar Cloudways desde Claude Code u otros clientes MCP.
Nota importante: la documentacion publica de Cloudways indica que API V1 llega a fin de vida el 31 de marzo de 2026. Este paquete sigue la estructura V1 del brief original, con
CLOUDWAYS_API_BASE_URLconfigurable para poder migrar endpoints a V2 sin reescribir los tools.
Tools incluidos
list-cloudways-serverslist-cloudways-appsget-server-statsdeploy-cloudways-appcheck-deployment-statusget-cloudways-logsset-environment-variablelist-environment-variablesmanage-ssl-certificatecreate-cloudways-backuplist-cloudways-backupsrestart-cloudways-service
Related MCP server: mcp-cloudron
Instalacion local
npm install
npm run buildConfigura credenciales:
cp .env.example .envCLOUDWAYS_EMAIL=tu_email@example.com
CLOUDWAYS_API_TOKEN=tu_api_token
CLOUDWAYS_LOG_LEVEL=info
CLOUDWAYS_API_BASE_URL=https://api.cloudways.com/api/v1Uso con Claude Code
Ejemplo de configuracion MCP:
{
"mcpServers": {
"cloudways": {
"command": "node",
"args": ["C:/Claude/empaya/cloudways-mcp-server/dist/index.js"],
"env": {
"CLOUDWAYS_EMAIL": "tu_email@example.com",
"CLOUDWAYS_API_TOKEN": "tu_api_token"
}
}
}
}Tambien puedes ejecutar:
npm run devSeguridad
No commitees
.envni tokens.list-environment-variablesredacta valores sensibles.Los certificados SSL custom se pasan solo en la llamada MCP y no se escriben en disco.
Desarrollo
npm run typecheck
npm run buildLos endpoints estan centralizados en src/api/*. Si Cloudways V2 usa rutas distintas, ajusta esas clases y los nombres de tools pueden quedarse estables.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/cgmorah/empaya-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server