Getting Started
Install Clean
Run the installer CLI to set up your Clean instance.
Run the installer from any directory:
The CLI will walk you through:
- Preflight checks — verifies Docker is running and the environment is ready
- License key — enter your API key (
clean_sk_...) from the dashboard - Networking — provisions your org token
- Config generation — creates
.envanddocker-compose.ymlin a./clean/directory - Container launch — pulls images and starts the Clean server
- Health checks — confirms the server is reachable
- MCP config — writes agent config files (Claude, Cursor, etc.)
Prerequisites
- Docker installed and running
- Node.js 18+ (for
npx)
What gets installed
| File | Purpose |
|---|---|
./clean/.env | API keys and configuration |
./clean/docker-compose.yml | Container definitions |
~/.claude.json | Claude Code MCP config (if selected) |
~/.cursor/mcp.json | Cursor MCP config (if selected) |
~/.gemini/antigravity/mcp_config.json | Antigravity MCP config (if selected) |
~/.codex/config.toml | Codex MCP config (if selected) |
Reconnect later
If you need to re-run the agent connection step without reinstalling: