Empaya Server
FreeNot checkedMCP server for Cloudways enabling server management, app deployment, backups, SSL, environment variables, and monitoring via Claude Code.
About
MCP server for Cloudways enabling server management, app deployment, backups, SSL, environment variables, and monitoring via Claude Code.
README
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
Instalacion local
npm install
npm run build
Configura credenciales:
cp .env.example .env
[email protected]
CLOUDWAYS_API_TOKEN=tu_api_token
CLOUDWAYS_LOG_LEVEL=info
CLOUDWAYS_API_BASE_URL=https://api.cloudways.com/api/v1
Uso con Claude Code
Ejemplo de configuracion MCP:
{
"mcpServers": {
"cloudways": {
"command": "node",
"args": ["C:/Claude/empaya/cloudways-mcp-server/dist/index.js"],
"env": {
"CLOUDWAYS_EMAIL": "[email protected]",
"CLOUDWAYS_API_TOKEN": "tu_api_token"
}
}
}
}
Tambien puedes ejecutar:
npm run dev
Seguridad
- 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 build
Los endpoints estan centralizados en src/api/*. Si Cloudways V2 usa rutas distintas, ajusta esas clases y los nombres de tools pueden quedarse estables.
Install Empaya Server in Claude Desktop, Claude Code & Cursor
unyly install empaya-mcp-serverInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add empaya-mcp-server -- npx -y github:cgmorah/cloudways-mcp-serverFAQ
Is Empaya Server MCP free?
Yes, Empaya Server MCP is free — one-click install via Unyly at no cost.
Does Empaya Server need an API key?
No, Empaya Server runs without API keys or environment variables.
Is Empaya Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Empaya Server in Claude Desktop, Claude Code or Cursor?
Open Empaya Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Empaya Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
