@mnemosyne-eurydice/cli
v0.1.4
Published
Command-line interface for the Mnemosyne memory substrate. Manage containers, search memories, tail the recall log, run schema migrations, and exercise the gRPC/REST bridge from your terminal. Shipped as a single binary, no Python dependency required.
Downloads
569
Maintainers
Readme
mnemosyne-cli
Orpheus lost Eurydice because he looked back. Mnemosyne, titaness of memory, is the one who kept her name. This package family is the instrument of that preservation: adapters, SDKs, and runtimes that let AI agents store, recall, and forget without ever looking at the wrong thing at the wrong time.
Command-line interface for the Mnemosyne memory substrate. Manage containers, search memories, tail the recall log, run schema migrations, exercise the gRPC/REST bridge from your terminal. Shipped as a single Node binary, no Python dependency.
Install
npm install -g @mnemosyne-eurydice/cli
# or use npx
npx @mnemosyne-eurydice/cli save "I prefer Python for backend work"Configure
export MNEMOSYNE_API_KEY="mn_..."
export MNEMOSYNE_BASE_URL="https://api.mnemosyne.geasslabs.xyz" # optional
export MNEMOSYNE_CONTAINER="default" # optionalUsage
mn save "I prefer Python for backend work"
mn recall "what languages do I use"
mn context
mn projects
mn version
mn helpLicense
MIT © Geass Labs
