mmr is a Rust CLI for browsing local AI coding-session history from Claude
Code, Codex, Cursor, Grok, and Pi.
After this repository is public, install the latest main build with Cargo:
cargo install --git https://github.com/thehumanworks/mmr.git --lockedFor reproducible installs, pin a tag or commit:
cargo install --git https://github.com/thehumanworks/mmr.git --tag <tag> --locked
cargo install --git https://github.com/thehumanworks/mmr.git --rev <commit-sha> --lockedRequirements:
- Rust 1.85 or newer.
- A C compiler toolchain, because
mmrbuilds bundled SQLite throughrusqlite. - Normal platform TLS/build prerequisites for Rust networking crates.
Verify the install:
mmr --help
mmr skill loadCommon workflows:
mmr list sessions --remote mini --project /path/to/project
mmr share session latest --project /path/to/project --to user@host
mmr import session --from mini --session latest --project /path/to/project --read-only
mmr --source codex ingest events --project /path/to/projectSee docs/mmr-command-taxonomy.md and docs/mmr-session-sharing.md for the current CLI shape.
cargo fmt
cargo test
cargo clippy --all-targets --all-features -- -D warnings
cargo build --release