Make Claude smarter
about you.
Your second brain, Claude's long-term memory.
memex gives Claude persistent memory across conversations, saving insights automatically and surfacing them semantically when you need them. All data stays on your machine. No cloud, no API keys.
npm install -g @evan-moon/memexView on GitHub →Based on your notes from April 14th: you chose JWT + refresh tokens over session-based auth. The reasoning was that stateless tokens fit your horizontal scaling plan. Tom also emphasized keeping auth decoupled from payment logic, separate bounded contexts, no shared tables.
Saved to your second brain. I'll surface this whenever you're working on the auth migration or discussing Q3 roadmap items.
Features
~/.memex/memex.db. Nothing ever leaves your machine. Obsidian-compatible out of the box.--from / --to. Index external directories like existing Obsidian vaults.[[Title]] syntax. get_note automatically surfaces which other notes reference it, building a graph of connected thinking without any manual wiring.memex digest prints a summary of everything saved in the last N days, grouped by folder. A quick way to review what Claude captured this week.Get started in 2 minutes
~/.memex/models/.CLI
Commands
--from, --to, --tagPrivacy
memex is designed for developers who don't want their notes in someone else's database. All data is stored locally, notes as .md files in your vault, embeddings in a local SQLite database. The embedding model runs entirely offline using @huggingface/transformers.
No telemetry, no accounts, no API keys required. Works without an internet connection once the model is downloaded.