/ Install
Install Bardo
Install the CLI, authenticate if you are using a hosted account, connect your MCP client, and create a local workspace with one command.
1. Install the CLI
/ Install Bardo CLI
curl -fsSL https://bardo.gg | sh
After install, run `bardo login`, then `bardo connect`, then `bardo init` in your campaign folder. Local docs appear in `bardo/docs/`.
2. Run the first commands
bardo login
bardo connect --client codex
cd ./your-campaign && bardo init
3. Read the local docs
After bardo init, Bardo writes a comprehensive docs set to bardo/docs/. Start with quickstart.md and how-to-read-your-world-state.md.