TWITTER_ARTICLE

Tom Crawshaw posted on 2026-03-02 that Claude Code can be given persistent memory…

Brief

Tom Crawshaw highlights a local persistent-memory setup for Claude Code built from three components: QMD for searching saved sessions in under a second, sync-claude-sessions for automatic Markdown exports, and a /recall command that retrieves relevant prior context before work begins. The approach is framed as a privacy-conscious fix for stateless coding sessions and links to an implementation guide by @ArtemXTech.

Why it matters

Tom Crawshaw posted on 2026-03-02 that Claude Code can be given persistent memory using three local tools: QMD for sub-second search across sessions, sync-claude-sessions to auto-export conversations to Markdown on close, and /recall to load relevant context before a new session starts.

Key details

  • The workflow is explicitly local-only with no cloud component, positioning it as a privacy-preserving way to avoid Claude Code conversations starting from zero each time.
  • The post points readers to a guide by @ArtemXTech titled "Grep Is Dead: How I Made Claude Code Actually Remember Things," which describes combining a local search engine with a retrieval skill to restore prior context automatically.
Source evidence

title: @tomcrawshaw01: You can now give Claude Code persistent memory.

Three tools:
- QMD makes sessio...
author: tomcrawshaw01
contenttype: twitterarticle
published: 2026-03-02T04:44:56+00:00
source_url: https://x.com/tomcrawshaw01/status/2029919688713719809

word_count: 91

You can now give Claude Code persistent memory.

Three tools:
- QMD makes sessions searchable in und

You can now give Claude Code persistent memory.

Three tools:
- QMD makes sessions searchable in under a second
- Sync-claude-sessions auto-exports to markdown when you close them
- /recall pulls the right context before you start

All local, no cloud.

Guide by @ArtemXTech below.

Grep Is Dead: How I Made Claude Code Actually Remember Things

Every conversation with Claude Code starts from zero. Here's how I fixed that with a local search engine and a skill that loads your full context before you type a single word.
Every conversation with...


Posted: 2026-03-02T04:44:56.000Z

Engagement: 539 likes, 34 retweets, 40 replies