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.8.1
Version published
Weekly downloads
4
-76.47%
Maintainers
1
Weekly downloads
 
Created
Source

@nuzo/memory

The official Nuzo package for local agent memory.

It installs the CLI, MCP server, and host lifecycle hook runner.

Install

npm install --global @nuzo/memory

Agent Plugins

The npm package is the runtime. Codex, Claude Code, and other MCP hosts still need Nuzo configured as a plugin or MCP server.

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

Generated Nuzo plugins also use:

npm exec --yes --package=@nuzo/memory -- nuzo-memory-hook --doctor

Manage Memory

Use the CLI to inspect and maintain local memory:

nuzo memory init
nuzo memory doctor
nuzo memory list
nuzo memory recall "deployment preferences"

Binaries

BinaryPurpose
nuzoLocal memory control.
nuzo-mcp-serverMCP server for agent hosts.
nuzo-memory-hookRead-only host recall hook.

Runtime memory is stored locally under:

~/.nuzo/memory/

No telemetry, sync, embeddings, or network calls are enabled by default.

Optional local hybrid retrieval is available without changing that default. Install @huggingface/transformers@4.2.0 alongside Nuzo, explicitly provision the pinned model, and rebuild the disposable semantic sidecar. See https://nuzo.com.br/operations/optional-semantics/.

Library

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 29 Jun 2026

Related posts