{
  "markdown": "# Verbative Memory\n\nOn-device memory system for AI coding agents — a **dual-layer engine** (distilled facts + a\nlossless event ledger), automatically captured and injected, exposed over **MCP**. Shared\nacross agents, persistent across sessions; stored as plain, human-readable files in your repo —\nno memory cloud, no vendor database.\n\n> This repository is the public home for **docs, install help, and issues**. The engine is\n> closed-source and ships as a sealed, compiled package — there is **no source code here**.\n\n## How it works — capture everything, recall selectively\n\n- **Complete capture, in two layers.** Underneath sits a lossless ledger: a mechanical,\n  no-model record of every command, edit, and test result, so \"what did we run\" and \"when did\n  this test start failing\" are exact, replayable facts. On top, an on-device model distills that\n  stream into atomic, typed memories — decisions, conventions, and dead ends.\n- **Selective recall — the two layers fused.** A single recall surfaces only the handful of\n  distilled facts that matter (ranked by semantic search and a reranker) and interleaves them,\n  by time, with the exact ledger record around them: what you *decided* next to what you\n  *actually did*. One answer, not a dump of the whole history.\n- **Self-organizing.** New facts reconcile against old ones, importance decays on per-type\n  forgetting curves, frequently-recalled facts strengthen, and recurring specifics distill into\n  higher-level insights.\n- **Yours, on-device.** Memories live in human-readable files in your project. Recall makes\n  zero cloud calls.\n\n## Requirements\n\n- **macOS (Apple silicon) or Windows 10/11 (x64).** (Linux is on the roadmap.)\n- A **Verbative account** — Memory is part of the **Code Advanced** plan and starts with a\n  **14-day free trial**. See the [plans](https://verbative.de/pricing) and the\n  [Terms](https://verbative.de/legal/terms).\n\n## Install\n\n**Claude Code CLI** — automatic capture and recall:\n\n```bash\nclaude mcp add verbative-memory -- npx -y verbative-memory\n```\n\n**pip:**\n\n```bash\npip install verbative-memory\nverbative-memory login      # sign in with your Verbative account\n```\n\n**Any MCP client** (`mcp.json` / stdio):\n\n```json\n{ \"mcpServers\": { \"verbative-memory\": { \"command\": \"npx\", \"args\": [\"-y\", \"verbative-memory\"] } } }\n```\n\nAutomatic capture and injection are built for the **Claude Code CLI** and **Codex**; any other\nModel Context Protocol client can call the tools manually. The first run downloads the on-device\nengine and models once; after that, recall runs fully offline.\n\nMore detail in [docs/INSTALL.md](./docs/INSTALL.md) and at\n[verbative.de/docs/memory](https://verbative.de/docs/memory).\n\n## Tools\n\n`remember` · `recall` · `search` · `ask` · `list` · `get` · `pin` · `forget` · `revise` ·\n`edit_core` · `feedback` · `related` · `history` · `timeline` · `events` — and more. See the\n[docs](https://verbative.de/docs/memory).\n\n## Privacy\n\nCapture, embeddings, reranking, and the knowledge graph all run locally. Your code and memories\nare not uploaded; the memory files stay in your project and leave your machine only if you\nchoose to share them.\n\n## Links\n\n- Overview — https://verbative.de/memory\n- Docs — https://verbative.de/docs/memory\n- Plans — https://verbative.de/pricing\n- Terms — https://verbative.de/legal/terms\n- Impressum — https://verbative.de/legal/impressum\n\n## Issues\n\nBug reports and feature requests are welcome in the [issue tracker](../../issues) — the place\nfor anything about the docs or the tool. For your account, licensing, or a trial, email\ninfo@verbative.de.\n\n---\n\n*Verbative is a product of Cramer Digital. Not affiliated with, or endorsed by, Anthropic.\nVerbative works alongside Anthropic's Claude and the Claude Code CLI; those names belong to\nAnthropic. See [LICENSE](./LICENSE).*\n",
  "bytes": 3822,
  "sha": "0c40befa2374dc66ba27d0eb092d2b11d52de1ebbc7cd736a03424ceb1f00312",
  "repo_slug": "verbative/verbative-memory",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_verbative_verbative_memory_4ad0c13f/readme"
}