Back to Discover

nuzo-memory

connector

fabionfsc

Local-first, auditable memory for MCP-compatible AI agents with explicit writes and SQLite storage.

View on GitHub
0 starsSynced Aug 14, 2026

Install to Claude Code

/plugin marketplace add fabionfsc/nuzo-memory

README

Nuzo

Local-first, auditable memory for AI agents.
Durable context for Codex, Claude Code, and MCP-compatible hosts—without turning memory into hidden state.

CI Docs Release 1.2.0 Apache 2.0 license

Install · 60-second demo · Why Nuzo? · Security · MCP contract

Nuzo keeps scoped memories in local SQLite. Agents can recall bounded context across sessions, while you retain a CLI and public MCP contract to inspect, update, export, archive, or delete every record. Inferred memories remain drafts until you confirm them; recalled content remains untrusted data.

[!IMPORTANT] Nuzo 1.2.0 is the final planned release. The repository becomes read-only after publication, and no ongoing maintenance or security response is promised. Published packages remain available for reproducible use and forking. See the end-of-maintenance notice.

Quick Start

Use Node.js 22 LTS or 24 LTS with npm 10 or newer:

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

nuzo setup detects Codex and Claude Code, previews host changes, and asks before writing configuration. To evaluate Nuzo without configuring a host or touching your normal store, run the disposable 60-second demo.

Two read-only recall hooks are expected: SessionStart and UserPromptSubmit. They do not write memory.

Non-interactive setup and upgrade commands
nuzo setup --codex --yes
nuzo setup --claude-code --yes
nuzo setup --all --yes
nuzo update --yes
nuzo memory manage

The Memory Loop

Automatic host hooks only recall. Explicit requests can write directly; inferred capture uses a visible suggest-and-confirm flow. The same core policy applies through the CLI, MCP server, and supported host integrations.

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

Proof, Not Promises

ClaimRepository contract
Local by defaultSQLite and SQLite FTS are canonical; telemetry and network embeddings are off by default.
Auditable lifecycleMCP tools cover history and audit alongside update, archive, delete, export, and import.
Explicit inferred writesCapture suggestions report memory_writes: false; confirmation is a separate tool.
Read-only automatic recallHost hooks open existing stores read-only and fail open without writing application state.
Tested releasesNode 22, Node 24, docs, CodeQL, package validation, and host smoke gates are required before merge.

Inspect the memory model, MCP tool contract, trust boundary, and release checklist.

When Nuzo Fits

Choose Nuzo when individual memories need scopes, provenance, review state, relations, audit history, bounded recall, or reuse across supported hosts.

Keep shared repository instructions in AGENTS.md. Use a short MEMORY.md when manual curation is enough. Nuzo is not a cloud sync service, team knowledge base, autonomous profile builder, or hosted dashboard.

Read the full decision guide and architecture overview.

Packages

PackageIntended use
@nuzo/memoryRecommended install: CLI, MCP server, and host hook runtime.
@nuzo/memory-coreLibrary-level integrations.

Source workspace packages remain private. Public packages are generated and validated through the documented release process.

Project Status

The 1.2.0 release closes the planned roadmap. The repository is retained as an auditable reference and is not accepting new feature work. Existing users should pin an exact version and evaluate a maintained alternative or fork for future runtime and dependency changes. Never publish real memory data, credentials, or exports when discussing or forking Nuzo.

License

Nuzo is licensed under the Apache License 2.0.

Rendered live from fabionfsc/nuzo-memory's GitHub README — not stored, always reflects the source repo.

1 Install Method

NameDescriptionCategorySource
npm packageInstall via npm (stdio transport)mcp-server@nuzo/memory-mcp

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.