Skip to content

thehumanworks/mmr

Repository files navigation

mmr

mmr is a Rust CLI for browsing local AI coding-session history from Claude Code, Codex, Cursor, Grok, and Pi.

Install From GitHub

After this repository is public, install the latest main build with Cargo:

cargo install --git https://github.com/thehumanworks/mmr.git --locked

For 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> --locked

Requirements:

  • Rust 1.85 or newer.
  • A C compiler toolchain, because mmr builds bundled SQLite through rusqlite.
  • Normal platform TLS/build prerequisites for Rust networking crates.

Verify the install:

mmr --help
mmr skill load

Common 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/project

See docs/mmr-command-taxonomy.md and docs/mmr-session-sharing.md for the current CLI shape.

Development

cargo fmt
cargo test
cargo clippy --all-targets --all-features -- -D warnings
cargo build --release

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages