nocturne_memoryMCP Server41/100 via “version-controlled memory mutations with rollback capability”
A lightweight, rollbackable, and visual Long-Term Memory Server for MCP Agents. Say goodbye to Vector RAG and amnesia. Empower your AI with persistent, graph-like structured memory across any model, session, or tool. Drop-in replacement for OpenClaw.
Unique: Implements dual version control (Memory version chains + ChangesetStore) where each mutation is immutable and reversible, with full transaction semantics. This enables agents to autonomously modify memories while maintaining complete human-auditable history and point-in-time rollback — a pattern borrowed from version control systems like Git but applied to agent cognition.
vs others: Unlike Vector RAG systems which are append-only and immutable, Nocturne enables agents to modify their own memories with full auditability and rollback, combining the mutability of traditional databases with the traceability of version control systems.