CogmemAi – Persistent memory and compaction recovery for Claude Code
Persistent memory for Claude Code with auto-compaction recovery—but relies entirely on external API.

Claude memory is solved—Pinecone, LLamaIndex, and Continue already do this.
Claude users building AI-assisted development workflows, especially multi-project teams
Mem0 · LLamaIndex · Pinecone
Persistent memory for Claude Code with auto-compaction recovery—but relies entirely on external API.
Persistent memory for Cursor and Claude when every chat resets to zero.
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.
MCP memory standard solves AI context amnesia better than static .claude files.
Local RAG + MCP for Claude with zero external dependencies—elegant constraint execution.
76% token reduction on real projects with one-command setup.