recall

Zavelinski/recall
★ 0 stars JavaScript Code/Dev Tools Updated 14d ago
Zero-dependency MCP server for cross-session memory recall in Claude Code (lexical search/list/get).
View on GitHub → 🔍 Audit Wallet Slippage →

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": "npx",
      "args": [
        "-y",
        "Zavelinski/recall"
      ]
    }
  }
}

README Excerpt

A **zero-dependency MCP server** for cross-session memory recall in Claude Code. It exposes lexical `search` / `list` / `get` over your Claude memory files so a new session can find what past sessions decided and learned, without re-explaining. No native deps, no SDK: pure Node stdlib implementing the MCP stdio JSON-RPC protocol by hand. It installs and runs anywhere Node 18+ exists.

Tools (1)

RECALL_MEMORY_DIR