MCP Hub
Back to servers

claude-recall

A persistent memory server for Claude Code that captures session context and tool outputs to inject relevant history into future sessions. It enables long-term recall through semantic search and automatic context management, allowing for more consistent and context-aware coding interactions.

Stars
51
Updated
Jan 26, 2026
Validated
Jan 28, 2026

claude-recall

Persistent memory plugin for Claude Code. Captures session context and injects relevant history into future sessions.

Untitled design (28)

Install

Step 1	/plugin marketplace add nhevers/claude-recall
Step 2	/plugin install claude-recall

How It Works

  1. Capture: Hooks into Claude Code lifecycle events (SessionStart, PostToolUse, Stop)
  2. Process: Worker service extracts observations from tool outputs
  3. Store: SQLite database with optional Chroma vector search
  4. Inject: Relevant context injected at session start via CLAUDE.md

Features

  • Automatic observation capture from tool outputs
  • Semantic search via MCP tools
  • Multi-provider support (Claude, Gemini, OpenRouter)
  • Web viewer UI for browsing history
  • Memory tagging and filtering
  • Export to markdown
  • Auto-pruning of old memories

Configuration

Settings stored in ~/.claude-recall/settings.json:

SettingDefaultDescription
CLAUDE_RECALL_WORKER_PORT37777Worker service port
CLAUDE_RECALL_CONTEXT_OBSERVATIONS50Max observations to inject
CLAUDE_RECALL_PROVIDERclaudeAI provider for summaries
CLAUDE_RECALL_PRUNE_DAYS0Auto-prune after N days (0=disabled)

CLI Commands

claude-recall stats          # Show memory statistics
claude-recall export         # Export to markdown
claude-recall tag <id> <t>   # Tag an observation
claude-recall prune          # Manual cleanup

Requirements

  • Node.js 18+ or Bun 1.0+
  • Claude Code

License

AGPL-3.0

Reviews

No reviews yet

Sign in to write a review