Plugin Claude Code
Persistent, searchable context storage across Claude Code sessions using SQLite + FTS5.
Plugin Claude Code
Persistent, searchable context storage across Claude Code sessions using SQLite + FTS5.
MCP server Claude CodeCodexCursor +2
MCP server "context-memory" as configured in ErebusEnigma/context-memory. Runs skills/context-memory/scripts/mcp_server.py with python.
Instructions file
Instructions for ErebusEnigma/context-memory, covering claude.md — context-memory, project overview, structure, dev commands and conventions.
Command
Search past sessions stored in context memory.
Command
Save the current session to persistent context memory.
Hook
Runs when the agent finishes a response, executing auto_save.py via python. From ErebusEnigma/context-memory.
Hook
Runs before the context is compacted, executing pre_compact_save.py via python. From ErebusEnigma/context-memory.
Skill Claude CodeCodex
Saves and searches past Claude Code sessions so context, decisions, and code persist across conversations. Use when user says 'remember this', 'save this session', 'recall', 'search past sessions', 'what did we discuss about', or 'find previous work on'. Do NOT use for general file storage, note-taking, or bookmark…