ErebusEnigma/context-memory

4 stars · Last commit 2026-02-17

Persistent, searchable context storage across Claude Code sessions using SQLite + FTS5

README preview

# context-memory

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![Python](https://img.shields.io/badge/Python-%3E%3D3.8-blue.svg)](https://www.python.org/)
[![Latest Release](https://img.shields.io/github/v/release/ErebusEnigma/context-memory)](https://github.com/ErebusEnigma/context-memory/releases)
[![CI](https://github.com/ErebusEnigma/context-memory/actions/workflows/ci.yml/badge.svg)](https://github.com/ErebusEnigma/context-memory/actions/workflows/ci.yml)
[![Tests](https://img.shields.io/badge/tests-364_passing-brightgreen.svg)](tests/)

Persistent, searchable context storage across Claude Code sessions using SQLite + FTS5.

## Table of Contents

- [Why?](#why)
- [Features](#features)
- [Architecture](#architecture)
- [Installation](#installation)
- [Uninstalling](#uninstalling)
- [Requirements](#requirements)
- [Commands](#commands)
- [How It Works](#how-it-works)

View full repository on GitHub →