Memex, Claude memory via local RAG (MCP, offline embeddings)
Local RAG for Claude when Cursor and other editors already handle context.
Tessera — Memory layer for every AI. 58 MCP tools, 54 REST endpoints, local-first, AES-256 encrypted.
Local RAG + MCP for Claude with zero external dependencies—elegant constraint execution.
Claude Desktop users managing large personal knowledge bases or workspace documentation
Mem0 · Obsidian · Copilot Chatbot
Local RAG for Claude when Cursor and other editors already handle context.
Claude memory without token costs, but requires running five services for one feature.
Runs extraction and search server-side so your local MCP is a tiny HTTP client — no local DBs, no giant RAM leaks, and an easy npx install and .mcp.json or global MCP registration. It exposes clear tools (save_memory, recall_memories, extract_memories, get_project_context) and adds project-scoped + global preferences — a pragmatic fix for Claude Code's tiny flat-file memory. The tradeoff is obvious: usefulness depends on the hosted API (privacy, uptime, cost), and the repo looks early-stage with minimal commits and docs beyond the quickstart.
Hierarchical memory that persists across Claude Code, Cursor, and Windsurf—solve context amnesia.
Claude Code memory server that auto-reads OAT tokens, routes LLM ops to local or cloud models.
Claude Code memory without Redis—138 lines of diskcache beats 'use a vector DB' conventional wisdom.