Give Claude Code cross-session long-term memory with SQLite full-text search.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "claudecode-infinite-memory" yet — see the docs or source repo.
Please save this project's tech stack, directory conventions, and confirmed coding standards into long-term memory so Claude Code can reuse them next time.
The tool persists key project details for reuse in future sessions.
Retrieve previously stored database naming conventions, API style rules, and testing strategies for this project, then summarize them.
It returns relevant stored memories and provides a usable summary.
Using previously saved long-term memory, continue this refactoring task: recap where we stopped and propose the next steps.
It restores task state from prior sessions and continues the work.
When developers use Claude Code on the same project over multiple sessions, they can keep technical conventions and past decisions in memory instead of repeating context every time. This is useful for long-running coding work.
If you forget previously discussed implementation details or rules, full-text search can bring back relevant memory. This helps you resume work faster and stay consistent.
For Claude Code users who need information to persist across sessions, this lightweight MCP server acts as a long-term memory layer. It is built on SQLite and FTS5 for local storage and retrieval.
It is a lightweight MCP memory server that gives Claude Code cross-session long-term memory. It is built on SQLite and FTS5.
The description says it uses SQLite for storage and FTS5 for full-text search. For exact data structures and implementation details, see the source repository.
What we know is that it is intended for Claude Code and used as an MCP tool. The available material does not provide installation steps, runtime requirements, or configuration details; see the source repository.
Give Claude Code persistent memory, checkpoints, and project sync across sessions.
Add persistent database-backed memory to Claude Code.
Give Claude Code persistent cross-session memory for project context and preferences.
Give Claude Code cross-machine, file-first memory with synced full-text search.
Give Claude Code persistent cross-session memory with semantic search and project isolation.
Give Claude Code persistent memory and semantic context retrieval across sessions.