Give Claude Code long-term memory that persists across sessions. Free, local, private. Your AI finally remembers your project.
You spend 20 minutes explaining your project architecture to Claude Code. Your folder structure, your naming conventions, the reason you picked one ORM over another.
Next session: blank slate. Claude Code does not remember any of it.
Over a week, re-establishing context costs hours of productivity. Over a month, it is a measurable drag on shipping velocity.
SuperLocalMemory fixes this permanently. One install. Persistent memory. Every session.
This downloads the package, creates the SQLite database, and sets up default configuration. No API keys needed.
Add this to your Claude Code MCP settings file (~/.claude/claude_desktop_config.json):
{
"mcpServers": {
"superlocalmemory": {
"command": "npx",
"args": ["-y", "superlocalmemory@latest"],
"env": {}
}
}
} Using the Desktop App? MCP is configured automatically — skip this step.
Claude Code now has persistent memory. It recalls your context automatically at the start of every session.
Claude Code remembers your architecture decisions, naming conventions, and project context across every session. No more repeating yourself.
One command to install, one config to add. SuperLocalMemory is running in Claude Code in under 5 minutes.
Your code context never leaves your machine. No cloud APIs, no telemetry, no third-party servers. Works air-gapped.
Builds relationships between concepts, files, and decisions. Claude Code understands how parts of your codebase connect.
Local SQLite with hybrid search means instant memory retrieval. No network latency, no API rate limits.
Built on the Model Context Protocol. No custom integrations or API wrappers — Claude Code speaks MCP natively.
Folder structure, module boundaries, dependency choices, and why they were made.
Naming patterns, formatting preferences, TypeScript strictness levels, import ordering.
Database ports, API endpoints, environment variable requirements, deployment targets.
Why you chose one library over another, trade-offs discussed, bugs already fixed.
PR conventions, branch naming, testing requirements, code review preferences.
Known issues, workarounds, edge cases that were previously investigated.
The same memory database works across all MCP-compatible tools. Set up once, remember everywhere.
Free, local, private. One command to install. Your AI finally remembers you.