Installation & Prerequisites
AI Crawler / Raw View: Fetch this page as raw Markdown at
/installation.md. System Requirements
- Linux OS: Ubuntu 24.04 LTS (recommended) or Debian 12
- Docker Engine: 26.0+ with Docker Compose v2
- Node.js: 24.x LTS (for local CLI/development)
- RAM: Minimum 4GB (8GB recommended for concurrent workspaces)
- Disk: Minimum 40GB SSD for container images, jobs, and build caches
Installing the Companion Agent Skill
You can install the self-contained cloudharness agent skill directly from this repository using the Skills CLI:
bash
# Project scope
npx skills add bestagentkits/cloud-harness-mcp --skill cloudharness
# Or global user scope
npx skills add bestagentkits/cloud-harness-mcp --skill cloudharness --globalClaude Code Plugin Marketplace
bash
claude plugin marketplace add bestagentkits/cloud-harness-mcp
claude plugin install cloud-harness@bestagentkitsOpenAI Codex Plugin
bash
codex plugin marketplace add bestagentkits/cloud-harness-mcp
codex plugin add cloud-harness@bestagentkitsRunning the Server with Docker Compose
Clone the Repository:
bashgit clone https://github.com/bestagentkits/cloud-harness-mcp.git cd cloud-harness-mcpConfigure Environment:
bashcp .env.example .env # Edit .env and supply your secrets (MCP_BEARER_TOKEN, RUNNER_TOKEN, etc.)Build Images and Start Containers:
bashdocker compose --profile images build executor-image api runner docker compose up -dVerify Health:
bashcurl http://127.0.0.1:3000/health # Returns: {"status":"healthy"}