Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Cloud Command

БесплатноНе проверен

Enables LLMs to create, destroy, and manage AWS EC2 instances, including running commands via interactive shells.

GitHubEmbed

Описание

Enables LLMs to create, destroy, and manage AWS EC2 instances, including running commands via interactive shells.

README

Cloud Command is a web-based GUI for creating and managing multiple AWS EC2 instances. It takes roughly a minute and 30 seconds to create an instance and start the first interactive shell.

The built-in MCP server allows LLMs to connect to Cloud Command to create/destroy EC2s and run commands on them.

Main UI image

Shell image

Features

  • Create and destroy EC2 instances
  • Interactive terminal via the Web UI
  • File upload/download via SFTP
  • MCP server for AI agent integration

Setup

Cloud Command requires that the aws cli be installed and connected to an AWS account.

Args

usage: cloud_command [-h] [--version] [--host HOST] [--port PORT]
                     [--private-key-path PRIVATE_KEY_PATH]
                     [--public-key-path PUBLIC_KEY_PATH]
                     [--list-all] [--delete-all]

GUI for commanding multiple AWS assets

options:
  -h, --help            show this help message and exit
  --version             show program's version number and exit

uvicorn options:
  --host HOST           Uvicorn server IP, default: 127.0.0.1
  --port PORT           Uvicorn server port, default: 8080
  --private-key-path PRIVATE_KEY_PATH
                        Path to SSL private key file
  --public-key-path PUBLIC_KEY_PATH
                        Path to SSL certificate file

management options:
  --list-all            Lists all EC2s with a 'cloud_command' tag
  --delete-all          Destroys all EC2s with a 'cloud_command' tag

MCP integration

The MCP server is hosted at /api/mcp, these are the configs for claude:

{
  "mcpServers": {
    "cloud-command": {
      "type": "http",
      "url": "https://127.0.0.1:8080/api/mcp/"
    }
  }
}

NOTE: you may need to disable SSL verification when using self-signed certificates

Deployment

Linux: Download the .bin file, make it executable, then move it to /usr/bin/cloud_command to add it to your PATH:

chmod +x cloud_command.bin
sudo mv cloud_command.bin /usr/bin/cloud_command

Windows: Download the .exe file, move it to a permanent location (e.g. %APPDATA%\CloudCommand\), then add that directory to your system PATH:

  1. Open SettingsSystemAboutAdvanced system settings
  2. Click Environment Variables
  3. Under System variables, select Path and click Edit
  4. Click New and add the path to the directory containing cloud_command.exe
  5. Click OK to save

Build from source

# Create virtual environment
python3 -m venv .venv

# Activate (Linux)
source .venv/bin/activate
# Activate (Windows)
.venv/Scripts/activate.ps1

# Install dependencies
pip install .[dev]

# Run normally
python3 cloud_command/runner.py

# Build standalone executable
python3 build.py --help

from github.com/Androsh7/cloud_command

Установка Cloud Command

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/Androsh7/cloud_command

FAQ

Cloud Command MCP бесплатный?

Да, Cloud Command MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Cloud Command?

Нет, Cloud Command работает без API-ключей и переменных окружения.

Cloud Command — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Cloud Command в Claude Desktop, Claude Code или Cursor?

Открой Cloud Command на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Cloud Command with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development