Watch recall pipe a prior session into your next claude run.
Local SQLite. No cloud. No telemetry.
Install in two commands
npm install -g @clauderecallhq/clirecall start && recall openRequires Node 20 or newer. Ships as @clauderecallhq/cli on npm. Also available as a VS Code extension and an MCP server.
What just happened
- Install. One npm command. The daemon binds to 127.0.0.1 and indexes every Claude Code session in
~/.claude/projects/. - Search. Every message, every session, in milliseconds. Filter by project, tag, or date.
- Resume.
recall context <id> | claudepipes the full prior session back in. The new run starts knowing what the old one knew.
Or wire it into Claude Desktop, Claude Code, Cursor, or any MCP client. Install in two commands →