The CloudThe Cloud
  • Tools
  • Case studies
  • Pricing
Open The CloudSign inSign up
Start for free
The CloudThe Cloud

The AI-native workspace: memory, pages, and agents you can bring to any AI.

© 2026 The Cloud. All rights reserved.

Install The Cloud in Claude Code

One command drops the `cloud` skill, registers the MCP server, and wires `/cloud` so your Claude Code session syncs the Charter and acts as Ora.

Run in your terminal

curl -fsSL https://www.thecloud.so/install/cloud.sh | bash

Reads the script before piping if you'd rather — /install/cloud.sh.

What it does

  • Drops the Cloud skill at ~/.claude/skills/cloud/SKILL.md so typing `/cloud` in Claude Code invokes the Charter sync ritual.
  • Registers The Cloud MCP server (mcp.thecloud.so) so memory tools — searchMemory, readMemory, createMemory — are callable from any session on this machine.
  • Leaves Claude Code itself alone. No model change, no settings overwrite. Idempotent — safe to re-run.

Next, in Claude Code

  1. Start a session: claude
  2. Type /cloud.
  3. On first use, complete the browser sign-in to thecloud.so when prompted.

You'll see ✓ Ora — Charter read & synced. That confirms your session is operating from your VastMemory, not model defaults.

Prereqs

  • Claude Code installed and on your PATH — install instructions.
  • curl and a POSIX shell. macOS and most Linux distros ship both.
  • A The Cloud account at thecloud.so. The MCP OAuth on first /cloud signs you in.