Claude Tools / MCP Servers / claude-mnemonic
MCP Servers · lukaszraczylo/claude-mnemonic
claude-mnemonic
Persistent memory system for Claude Code with SQLite, FTS5, and vector search
CLEARED_STATICmcp-portablevv0.11.57-dirty
Pipeline results
Coverage
CLEARED_STATIC
Tests run
7 / 8
Portability
MCP-portable
Type
MCP Servers
Tests & results
What the pipeline checked
Coverage
Not assessed
- behavioural execution not run
- egress patterns logged (FLAG-INFO): 6 lexical match(es)
README
From the repository
# Claude Mnemonic **Give Claude Code a memory that actually remembers.** [](https://github.com/lukaszraczylo/claude-mnemonic/releases) [](LICENSE) [](https://go.dev) --- Claude Code forgets everything when your session ends. Claude Mnemonic fixes that. It captures what Claude learns during your coding sessions - bug fixes, architecture decisions, patterns that work - and brings that knowledge back in future conversations. No more re-explaining your codebase.  ## What's New in v0.7 - **Two-Stage Retrieval** - Cross-encoder reranking for dramatically improved search relevance - **Knowledge Graph** - Automatic relationship detection between observations with visual graph in dashboard  - **Pattern Detection** - Identifies recurring patterns across sessions and projects - **Importance Sco…