@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
nuzo | Local memory control. |
nuzo-mcp-server | MCP server for agent hosts. |
nuzo-memory-hook | Read-only host recall hook. |
Runtime memory is stored locally under:
~/.nuzo/memory/
No telemetry, sync, embeddings, or network calls are enabled by default.
Library
Use @nuzo/memory-core only for library-level integrations.
Documentation: https://nuzo.com.br/
License: Apache-2.0