New:Socket for Asana Is Now Available.Learn more
Get Started

verbative-memory

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

verbative-memory

On-device memory system for AI coding agents — dual-layer engine (distilled facts + lossless event ledger), automatically captured and injected, exposed over MCP. Shared across agents, persistent across sessions; files in your repo.

npmnpm
Version
1.1.0
Version published
Weekly downloads
60
-79.09%
Maintainers
1
Weekly downloads
 
Created
Source

verbative-memory

On-device memory system for AI coding agents — a dual-layer engine (distilled facts + a lossless event ledger), automatically captured and injected, exposed over MCP. Shared across agents, persistent across sessions; stored as human-readable files in your repo. No memory cloud, no vendor database.

Install (any MCP client)

Claude Code CLI:

claude mcp add verbative-memory -- npx -y verbative-memory

Cursor / Windsurf / Gemini CLI (mcp.json style):

{ "mcpServers": { "verbative-memory": { "command": "npx", "args": ["-y", "verbative-memory"] } } }

VS Code (Copilot MCP):

{
  "servers": {
    "verbative-memory": { "type": "stdio", "command": "npx", "args": ["-y", "verbative-memory"] }
  }
}

First run downloads the on-device engine + models (~4 GB, one time). After that: zero network. Tools exposed: remember, search, list, pin, forget, edit_core, feedback, and more.

Benchmarked on LongMemEval (retrieval protocol) — see https://verbative.de/memory for current numbers.

Part of Verbative — hands-free, multi-agent building with the Claude Code CLI.

Keywords

mcp

FAQs

Package last updated on 12 Aug 2026

Related posts