MemRosetta adds persistent memory to Claude Code with one command setup

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-codeThis 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
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
👀 See Also

HTML Artifacts Replace Google Docs for Technical Docs, but Lack Commenting
Claude-generated HTML artifacts are replacing Google Docs for long-form technical content like spike readouts and architecture notes, but the sandboxed iframe nature prevents inline commenting and review features.

Forge: Open-Source Claude Code Plugin Adds Governance and Testing Gates
Forge is an open-source Claude Code plugin that adds file locking, automated test gates, and 22 governance agents to prevent collisions and drift in AI-generated code workflows. It's MIT licensed and installs via the Claude plugin marketplace.

Local Qwen Models Achieve Browser Automation with Stepwise Planning and Compact DOM
A developer found small local LLMs like Qwen 8B and 4B succeed at browser automation using stepwise planning instead of upfront multi-step plans, combined with a compact semantic DOM representation that reduces token usage from 50-100K+ to ~15K for full flows.

Academic Research Skills for Claude Code: A Human-in-the-Loop Pipeline for Paper Writing
Academic Research Skills (ARS) v3.7.0+ is a Claude Code plugin that automates reference hunting, citation formatting, data checking, and logical consistency review while keeping the human researcher in control. Install via /plugin marketplace add Imbad0202/academic-research-skills.