Engram
Development↓ 0
OPEN-Charlie
Claude CodeCursorWindsurfOther
memorypersistencesqlitemcpfull-text-search
Description
Give any AI coding agent a long-term memory. Engram stores what Claude Code or Cursor learns across sessions — decisions, patterns, context — and makes it searchable. So next time you open a project, your agent picks up exactly where it left off.
Setup Guide
1. go install github.com/Gentleman-Programming/engram@latest
2. engram serve — starts the MCP server and HTTP API
3. Add to Claude Code MCP config: { "mcpServers": { "engram": { "command": "engram", "args": ["mcp"] } } }
4. Now in Claude Code: use store_memory and recall_memory tools
5. engram tui — visual memory browser