recall

dreamware-nz/recall
★ 0 stars Go 🗄️ Database Updated 4d ago
Embedded atomic KV/entity store with git-backed time travel. Single static binary. CLI + MCP server for LLMs.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "recall": {
      "command": "go",
      "args": [
        "run",
        "github.com/dreamware-nz/recall@latest"
      ]
    }
  }
}

README Excerpt

Embedded, atomic, microsecond-fast key/value + entity store with **git-backed time travel**, exposed as a CLI and an MCP server. Single static Go binary. No service to run. > *Have I seen this PR? Have I acted on every comment? What did my state look like an hour ago?* — `recall` answers all three. `recall` exists because LLM agents need a *persistent, atomic, very-very-fast* memory of "things I've already done" — but spinning up Redis or a database service for that is overkill. `recall` is: