Engram v0.1.0 — Initial Release
The first public release of Engram — a persistent memory system for AI coding agents.
What's Included
- SQLite-backed memory store with full-text search (FTS5) for observations, sessions, and user prompts
- MCP server (stdio transport) exposing memory tools to any MCP-compatible agent
- HTTP API for direct integration (
GET/POSTobservations, sessions, prompts, search, context) - Terminal UI (
engram tui) with project browsing, session inspection, and observation search - Git-based sync with chunked compressed JSONL exports and manifest tracking
- Auto-import of synced chunks on startup
- OpenCode plugin with system prompt injection and compaction recovery
- Memory Protocol — strict rules for when agents should save, search, and close sessions
Install
brew install gentleman-programming/tap/engram