Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Empaya Server

FreeNot checked

MCP server for Cloudways enabling server management, app deployment, backups, SSL, environment variables, and monitoring via Claude Code.

GitHubEmbed

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_URL configurable para poder migrar endpoints a V2 sin reescribir los tools.

Tools incluidos

  • list-cloudways-servers
  • list-cloudways-apps
  • get-server-stats
  • deploy-cloudways-app
  • check-deployment-status
  • get-cloudways-logs
  • set-environment-variable
  • list-environment-variables
  • manage-ssl-certificate
  • create-cloudways-backup
  • list-cloudways-backups
  • restart-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 .env ni tokens.
  • list-environment-variables redacta 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.

from github.com/cgmorah/cloudways-mcp-server

Install Empaya Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install empaya-mcp-server

Installs 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-server

FAQ

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

Compare 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