MCP Directory
Back

remindb

by radimsem · Go · ★ 119

An agentic memory database that cuts session tokens by 82–99%. One portable SQLite file — your agent's memory, anywhere.

#agent-memory#ai-agents#ast#claude-code#cli#codex#developer-tools#fts5#gemini-cli#golang#knowledge-base#llm-tool#mcp#mcp-server#model-context-protocol#openclaw#opencode#sqlite#token-efficiency

Install

go install github.com/radimsem/remindb@latest

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "remindb": {
      "command": "npx",
      "args": [
        "-y",
        "github:radimsem/remindb"
      ]
    }
  }
}

From the README

remindb Agentic memory in a single SQLite file. Stop letting your agent re-read the same notes every session. ---|--------------| | [Architecture](./docs/architecture.md) | The layer-by-layer map: parser → transformer → emitter → store, then query → mcp. | | [CLI reference](./docs/cli.md) | Every subcommand — , , , , , — with flags. | | [Configuration](./docs/configuration.md) | The directory: feature blocks, , , . | | [The node tree](./docs/node-tree.md) · [Temperature](./docs/temperature.md) · [Versioning](./docs/versioning.md) · [Search](./docs/search.md) · [TOON](.…
Read full README on GitHub →

Related databases servers