Skip to main content
ClaudeWave
verbative avatar
verbative

verbative-memory

Ver en GitHub

On-device dual-layer memory for AI coding agents over MCP — a lossless event ledger plus distilled, typed facts. Any MCP client works; automatic capture and recall for the Claude Code CLI and Codex. Human-readable files in your repo. Docs, install guide, and issues for the verbative-memory package; engine ships sealed. verbative.de/memory

MCP ServersRegistry oficial1 estrellas0 forksNOASSERTIONActualizado today
Install in Claude Code / Claude Desktop
Method: NPX · verbative-memory
Claude Code CLI
claude mcp add verbative-memory -- npx -y verbative-memory
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "verbative-memory": {
      "command": "npx",
      "args": ["-y", "verbative-memory"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

# 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 plain, human-readable files in your repo —
no memory cloud, no vendor database.

> This repository is the public home for **docs, install help, and issues**. The engine is
> closed-source and ships as a sealed, compiled package — there is **no source code here**.

## How it works — capture everything, recall selectively

- **Complete capture, in two layers.** Underneath sits a lossless ledger: a mechanical,
  no-model record of every command, edit, and test result, so "what did we run" and "when did
  this test start failing" are exact, replayable facts. On top, an on-device model distills that
  stream into atomic, typed memories — decisions, conventions, and dead ends.
- **Selective recall — the two layers fused.** A single recall surfaces only the handful of
  distilled facts that matter (ranked by semantic search and a reranker) and interleaves them,
  by time, with the exact ledger record around them: what you *decided* next to what you
  *actually did*. One answer, not a dump of the whole history.
- **Self-organizing.** New facts reconcile against old ones, importance decays on per-type
  forgetting curves, frequently-recalled facts strengthen, and recurring specifics distill into
  higher-level insights.
- **Yours, on-device.** Memories live in human-readable files in your project. Recall makes
  zero cloud calls.

## Requirements

- **macOS on Apple silicon.** (Windows and Linux are on the roadmap.)
- A **Verbative account** — Memory is part of the **Code Advanced** plan and starts with a
  **14-day free trial**. See the [plans](https://verbative.de/pricing) and the
  [Terms](https://verbative.de/legal/terms).

## Install

**Claude Code CLI** — automatic capture and recall:

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

**pip:**

```bash
pip install verbative-memory
verbative-memory login      # sign in with your Verbative account
```

**Any MCP client** (`mcp.json` / stdio):

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

Automatic capture and injection are built for the **Claude Code CLI** and **Codex**; any other
Model Context Protocol client can call the tools manually. The first run downloads the on-device
engine and models once; after that, recall runs fully offline.

More detail in [docs/INSTALL.md](./docs/INSTALL.md) and at
[verbative.de/docs/memory](https://verbative.de/docs/memory).

## Tools

`remember` · `recall` · `search` · `ask` · `list` · `get` · `pin` · `forget` · `revise` ·
`edit_core` · `feedback` · `related` · `history` · `timeline` · `events` — and more. See the
[docs](https://verbative.de/docs/memory).

## Privacy

Capture, embeddings, reranking, and the knowledge graph all run locally. Your code and memories
are not uploaded; the memory files stay in your project and leave your machine only if you
choose to share them.

## Links

- Overview — https://verbative.de/memory
- Docs — https://verbative.de/docs/memory
- Plans — https://verbative.de/pricing
- Terms — https://verbative.de/legal/terms
- Impressum — https://verbative.de/legal/impressum

## Issues

Bug reports and feature requests are welcome in the [issue tracker](../../issues) — the place
for anything about the docs or the tool. For your account, licensing, or a trial, email
info@verbative.de.

---

*Verbative is a product of Cramer Digital. Not affiliated with, or endorsed by, Anthropic.
Verbative works alongside Anthropic's Claude and the Claude Code CLI; those names belong to
Anthropic. See [LICENSE](./LICENSE).*
agent-memoryai-agentsclaude-codecodexknowledge-graphllm-memorymcpmemoryon-deviceverbative

Lo que la gente pregunta sobre verbative-memory

¿Qué es verbative/verbative-memory?

+

verbative/verbative-memory es mcp servers para el ecosistema de Claude AI. On-device dual-layer memory for AI coding agents over MCP — a lossless event ledger plus distilled, typed facts. Any MCP client works; automatic capture and recall for the Claude Code CLI and Codex. Human-readable files in your repo. Docs, install guide, and issues for the verbative-memory package; engine ships sealed. verbative.de/memory Tiene 1 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala verbative-memory?

+

Puedes instalar verbative-memory clonando el repositorio (https://github.com/verbative/verbative-memory) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar verbative/verbative-memory?

+

verbative/verbative-memory aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene verbative/verbative-memory?

+

verbative/verbative-memory es mantenido por verbative. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a verbative-memory?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega verbative-memory en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: verbative/verbative-memory
[![Featured on ClaudeWave](https://claudewave.com/api/badge/verbative-verbative-memory)](https://claudewave.com/repo/verbative-verbative-memory)
<a href="https://claudewave.com/repo/verbative-verbative-memory"><img src="https://claudewave.com/api/badge/verbative-verbative-memory" alt="Featured on ClaudeWave: verbative/verbative-memory" width="320" height="64" /></a>

Más MCP Servers

Alternativas a verbative-memory