Skip to main content
Knowledge & MemoryPython

ErebusEnigma/context-memory

Persistent, searchable context storage across Claude Code sessions using SQLite FTS5. Save sessions with AI-generated summaries, two-tier full-text search, checkpoint recovery, and a web dashboard.

knowledge-memorylocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/ErebusEnigma/context-memory

Claude Desktop configuration example:

{
  "mcpServers": {
    "context-memory": {
      "command": "npx",
      "args": [
        "-y",
        "ErebusEnigma/context-memory"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Knowledge & Memory
Language
Python
Author
ErebusEnigma