@mnemix-ai/cli
v0.2.0
Published
Command-line interface for Mnemix voice memory and caller enrichment.
Readme
@mnemix-ai/cli
Command-line activation for Mnemix voice memory and caller enrichment.
npx @mnemix-ai/cli demo
mnemix login
mnemix recall +14155550199demo is offline and clearly labeled SAMPLE DATA. It never calls the API and uses no timing or confidence numbers beyond the locked product phrase: designed for sub-300ms voice recall.
Commands
mnemix demo— render the offline sample caller.mnemix login [--key sk_test_...]— validate with the zero-side-effect caller probe and store local config.mnemix recall <phone>— call the public voice recall endpoint with{ phone_number }.mnemix caller <phone>— rawGET /v1/caller/{phone}lookup, shared with login validation.mnemix whoami— show masked key, base URL, config source, and validation status.
Config
Resolution order:
--key/--baseMNEMIX_API_KEY/MNEMIX_API_BASE~/.config/mnemix/config.json- default base URL
https://mcp.mnemix.ai
Set MNEMIX_CONFIG_DIR to override the config directory. The config file is written with mode 0600.
JSON
All commands accept --json. Error output uses:
{ "error": { "code": "unauthorized", "message": "Not authenticated — run `mnemix login`.", "status": 401 } }Publish Note
Do not publish this package before the human/2FA chain is complete:
@mnemix-ai/types@mnemix-ai/client@mnemix-ai/cli
