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

@nuzo/memory

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuzo/memory

Unified Nuzo package for local memory, MCP server integration, and host lifecycle hooks.

Source
npmnpm
Version
0.9.0
Version published
Weekly downloads
4
-76.47%
Maintainers
1
Weekly downloads
 
Created
Source

@nuzo/memory

The official Nuzo package for local, inspectable agent memory. It includes the nuzo CLI, the MCP server, and the read-only lifecycle hook runner used by Codex and Claude Code plugins.

One-Time Setup

For a first-time local install, start here:

npm install --global @nuzo/memory@0.9.0
nuzo setup

For automation:

nuzo setup --codex --yes
nuzo setup --claude-code --yes
nuzo setup --all --yes

Future package upgrades do not repeat setup:

npm install --global @nuzo/memory@latest
nuzo update --yes

nuzo update changes only Nuzo plugins that are already installed. It does not repeat setup or silently install missing host plugins.

Codex

Normal Codex users should install the Nuzo plugin, which obtains its matching runtime automatically:

codex plugin marketplace add fabionfsc/nuzo-memory
codex plugin add nuzo@nuzo-memory

Open /plugins to confirm Nuzo is enabled, review and trust its hooks in /hooks, then start a new thread. A separate global npm install is not required unless you also want the shell CLI.

Claude Code

claude plugin marketplace add fabionfsc/nuzo-memory
claude plugin install nuzo@nuzo-memory --scope user

Confirm nuzo@nuzo-memory with claude plugin list --json, inspect /mcp and /hooks, then start a new session. A separate global npm install is not required unless you also want the shell CLI.

Shell CLI

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

Store and recall safe test data:

nuzo memory remember "The demo project uses SQLite." --kind project_decision --tag demo
nuzo memory recall "demo storage"

Verify Memory Across Sessions

In a new Codex or Claude Code session, say:

Save this in Nuzo memory: My installation test marker is NUZO-OK.

Review and confirm the draft. Start another new session and ask:

What is my Nuzo installation test marker?

The answer should use NUZO-OK.

Generic MCP Host

Configure this package as a stdio MCP server:

npm exec --yes --package=@nuzo/memory -- nuzo-mcp-server

Included Binaries

BinaryPurpose
nuzoInspect and administer local memory.
nuzo-mcp-serverExpose Nuzo memory tools over MCP stdio.
nuzo-memory-hookProvide bounded read-only host recall hooks.

Runtime memory is stored locally under ~/.nuzo/memory/. The CLI, MCP server, and hook runner share these optional overrides:

VariablePurpose
NUZO_MEMORY_STORESelect the SQLite store path.
NUZO_MEMORY_SCOPESelect the default scope; project:auto resolves from the active project path.
NUZO_PROJECT_ROOTSelect the active project root; otherwise Nuzo discovers the nearest ancestor project config.
NUZO_AUTHORIZATION_MODESelect restricted or administrator host authorization.
NUZO_AUTHORIZED_SCOPESRestrict MCP/hook access to a comma-separated scope allowlist.

Nuzo does not enable telemetry or remote embeddings by default. Suggested memories require explicit confirmation, and recalled memory remains untrusted data rather than agent instructions.

Optional local hybrid retrieval is available through an explicitly installed @huggingface/transformers@4.2.0 peer and separately provisioned model. See the optional semantics guide.

Use @nuzo/memory-core only for library-level integrations.

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

License: Apache-2.0

Keywords

ai-agents

FAQs

Package last updated on 01 Jul 2026

Related posts