Memory and context mods for Claude Code

Explore extensions for remembering context, examining a session and organising side conversations. Review the data each mod stores and whether it invokes a model or an external service.

How to install Claude Code mods →

Browse Memory & Context mods

Memory & Context · Claude Code mod
New

aside

A read-only side chat in a pane: ask about the session so far and a tool-less fork of the transcript answers.

JJayDoubleu
Memory & Context · Claude Code mod
New

segmem

Segmented, scoped long-term memory — identity, procedural, episodic — in one SQLite file; wakes at session start, recalls on every prompt.

Mmahuebel
Memory & Context · Claude Code mod
New

kindex (modern)

Repo-local memory and durable tasks that learn from your conversations, as a function-hooks plugin.

Wwandercom
Memory & Context · Claude Code mod
New

lcm

Lossless context management: every message stored in SQLite, older context compacted into a DAG of summaries, with an in-process hooks module.

PPedro Almeida