Agent♥︎Age
Catalog

io.github.pragneshbagary/memex

Official

by pragneshbagary · Python

Persistent session memory for Claude Code. Local SQLite, no LLMs, no network.

memex (io.github.pragneshbagary/memex) — MCP Server

memex is an MCP server that provides persistent session memory for Claude Code. It stores a structured log of each session and loads that log at the start of the next one to avoid re-explaining prior work. It uses local SQLite only, with no LLMs and no network.

🛠️ Key Features

  • Persistent session memory for Claude Code
  • Local SQLite storage
  • Structured session logging (not a blob of text)
  • Reads previous session log at next startup

🚀 Use Cases

  • Tracking which files were changed across sessions
  • Preserving decisions made during prior work
  • Remembering what broke so it can be addressed in later sessions

⚡ Developer Benefits

  • Reduces repeated explanations between Claude Code runs
  • Offline operation: “No cloud” and “no network”
  • No cost per save, based on local storage

⚠️ Limitations

  • Does not use LLM extraction
  • Persistence is local to SQLite (no cloud sync)

Topics

ai-toolsclaudeclaude-codedeveloper-toolsmcpmemoryobsidiansqlite