MemRosetta adds persistent memory to Claude Code with one command setup

✍️ OpenClawRadar📅 Published: March 31, 2026🔗 Source
MemRosetta adds persistent memory to Claude Code with one command setup
Ad

Persistent memory for Claude Code sessions

MemRosetta is a tool that adds persistent, cross-session memory to Claude Code, addressing the issue where each session starts from scratch. The setup requires one command and stores memories locally in a SQLite file.

Installation and setup

To install and initialize MemRosetta for Claude Code:

npm install -g u/memrosetta/cli && memrosetta init --claude-code

This command sets up three components:

  • MCP server with 6 memory tools
  • Stop Hook that automatically captures information when sessions end
  • CLAUDE.md instructions that tell Claude when to store information
Ad

How it works in practice

During Session 1, if you tell Claude: "Let's use PostgreSQL. Auth is OAuth2 with PKCE." - Claude stores these decisions.

In Session 2 (the next day), when you ask: "What did we decide about the database?" - Claude retrieves "PostgreSQL" from the previous session's memory.

Technical details

  • Everything is stored locally in one SQLite file
  • If you also use Cursor, both tools can share the same database
  • Version: v0.2.4
  • License: MIT
  • Test coverage: 726 tests
  • Website: https://memrosetta.liliplanet.net
  • GitHub: https://github.com/obst2580/memrosetta

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

RUNE Protocol: Save AI Session Memory Across Platforms
Tools

RUNE Protocol: Save AI Session Memory Across Platforms

RUNE (Relational User Notation for Entities) is an open-source protocol that saves your AI relationship to an encrypted .rune file, solving the cold-start problem where AI assistants forget you between sessions. Created with Claude Opus 4.6, it works across Claude and GPT platforms.

OpenClawRadar
Astryx: Meta's Open Source Design System with 150+ Components, Customizable and AI-Agent Ready
Tools

Astryx: Meta's Open Source Design System with 150+ Components, Customizable and AI-Agent Ready

Meta's Astryx design system is now open source, featuring 150+ React/StyleX components, CLI scaffolding, MCP support, and 13,000+ apps already using it internally. Currently in beta.

OpenClawRadar
Definable AI adds self-hosted observability dashboard with single flag
Tools

Definable AI adds self-hosted observability dashboard with single flag

Definable AI, an open-source Python framework for building AI agents, now includes a built-in observability dashboard that can be enabled with one flag. The dashboard provides real-time event streaming, token accounting, latency metrics, and run replay without external dependencies.

OpenClawRadar
OpenClaw Claude Extension Updated to Use Agent SDK After Anthropic Billing Changes
Tools

OpenClaw Claude Extension Updated to Use Agent SDK After Anthropic Billing Changes

An OpenClaw extension developer rewrote their Claude CLI integration to use the official claude-agent-sdk after Anthropic started detecting and reclassifying CLI usage as third-party app usage, which bills against a separate credit pool instead of Max plan limits. The SDK approach authenticates through existing Claude Code login and bills as regular Max plan usage.

OpenClawRadar