Engram — a brain-inspired context database for AI agents
Multi-agent-safe memory with reinforcement—beats append-only summaries but early v0.1.
Brain-inspired persistent memory for Claude.ai. A single React artifact gives Claude salience scoring, forgetting curves, sleep consolidation, and context briefings — modeled on human hippocampal memory formation. Runs entirely inside the chat interface. No API key, no server, no extension needed.
Hippocampal memory model for Claude runs entirely in-browser, no API—genuinely novel architecture.
Claude power users building long-term projects; researchers; anyone frustrated by Claude's session-reset amnesia
LangChain memory modules · Mem0 · Anthropic memory features (built-in)
Just add artifact to your chat and paste instructions into your personal preferences setting.
Multi-agent-safe memory with reinforcement—beats append-only summaries but early v0.1.
SQLite-backed agent memory with graph viz when Mem0 and Zep already dominate.
Finally remembers your architecture decisions between Claude Code sessions — CLAUDE.md couldn't do this.
Mem0 stores facts, but Engram detects when they go stale and break your agent.
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.
Git-synced Claude brain with semantic merge, but claude-mem and manual dotfiles already handle 90% of this.