uncloud

GitHub

A lightweight tool for deploying and managing containerised applications across a network of Docker hosts. Bridging the gap between Docker and Kubernetes โœจ

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "uncloud": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-uncloud"
      ]
    }
  }
}