CLI
Voice recall from the terminal.
The Mnemix CLI gives developers an offline sample, key validation, caller lookup, and live recall without wiring an app first.
npx @mnemix-ai/cli demo
mnemix login
mnemix recall +14155550199demo
Offline SAMPLE DATA. No API call, no fabricated timing or confidence numbers.
login
Validates an API key with a side-effect-free caller probe and stores local config.
recall
Calls the public voice recall route and renders the returned caller packet.
Configuration
The CLI resolves `--key`, `MNEMIX_API_KEY`, and local config in that order. The API base defaults to `https://mcp.mnemix.ai`; override it with `--base` or `MNEMIX_API_BASE` only for development.
Output
Use `--json` for machine-readable output. Plain terminal output respects `NO_COLOR`, `--no-color`, and non-TTY environments.
Mnemix is designed for sub-300ms voice recall.
Last updated: .