@nuzo/memory
Unified Nuzo package for local memory, MCP server integration, and host lifecycle hooks.
Versions
1.1.0latest1.0.00.9.10.9.00.8.1+ show 7 moreshow less
0.8.00.7.00.6.00.5.00.4.00.3.10.3.0Tools 19
memory.remember Store a local Nuzo memory only when the user explicitly requested this exact write. For inferred capture, call memory.suggest_capture, display its returned draft, obtain the user's decision, then call memory.confirm_capture.
memory.recall Recall relevant local Nuzo memories.
memory.recall_hook Prototype read-only recall entrypoint for host lifecycle hooks. It never captures or creates memories.
memory.suggest_capture Validate an inferred capture draft without writing. Display the returned draft to the user; only after their explicit decision may the host call memory.confirm_capture with the final approved fields.
memory.confirm_capture Apply the user's explicit decision after the host displayed a memory.suggest_capture draft. confirm=true is the host's attestation of that interaction; Nuzo does not persist or cryptographically bind drafts.
memory.list List local Nuzo memories.
memory.show Inspect one local Nuzo memory with relations and recent audit events.
memory.challenge Mark one memory as valid, needing review, stale, incorrect, or superseded. This never deletes memory content.
memory.relate Create an explicit, manual relation between two local Nuzo memories.
memory.relations List explicit relations for one local Nuzo memory.
memory.unrelate Remove an explicit memory relation without deleting either memory.
memory.update Update a local Nuzo memory.
memory.history List audit events for one Nuzo memory ID.
memory.audit List bounded store-wide Nuzo audit events without memory content.
memory.forget Archive or delete a local Nuzo memory.
memory.forget_many Preview or apply a filtered bulk archive/delete operation.
memory.export Export local Nuzo memories as a versioned JSON document and append an export audit event.
memory.import Import local Nuzo memories from a versioned JSON document.
memory.doctor Report the local Nuzo MCP memory environment.
Permissions 4
network medium filesystem low shell high env_vars low