New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

@nuzo/memory-cli

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuzo/memory-cli

Command line interface for Nuzo.

Source
npmnpm
Version
0.2.1
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

@nuzo/memory-cli

The user-facing CLI for Nuzo, a local-first and auditable memory layer for AI agents.

Most users should start here.

Install

npm install --global @nuzo/memory-cli
nuzo memory init
nuzo memory doctor

Use

nuzo memory remember "The demo project uses SQLite." --kind project_decision
nuzo memory recall "SQLite"
nuzo memory list
nuzo memory list --all-scopes
nuzo memory suggest-capture "The user prefers concise notes." --kind preference --reason "Durable response style preference."
nuzo memory export --path ./memories.memory.export.json

For project-local memory:

nuzo memory init --project

Defaults

Runtime memory is stored locally under:

~/.nuzo/memory/

Nuzo does not enable telemetry, sync, embeddings, or network calls by default. Inferred memories should be suggested first and written only after explicit user confirmation.

PackagePurpose
@nuzo/memory-cliThe nuzo command for local memory control.
@nuzo/mcp-serverMCP stdio server for Codex, Claude Code, and MCP hosts.
@nuzo/memory-coreLibrary-level memory lifecycle and storage behavior.

Documentation: https://nuzo.com.br/

License: Apache-2.0

FAQs

Package last updated on 27 Jun 2026

Related posts