Skip to content

v0.1.0 — Initial release

Latest

Choose a tag to compare

@jhizzard jhizzard released this 12 Apr 14:57
· 34 commits to main since this release

First public release of Engram — persistent developer memory MCP server.

  • 6 MCP tools: memory_remember, memory_recall, memory_search, memory_forget, memory_status, memory_summarize_session
  • Hybrid search: keyword + semantic + tiered recency decay
  • Source-type weighting (decisions > facts > document_chunks)
  • Project affinity scoring (1.5x exact match)
  • Minimum result guarantee (always returns ≥5 results if they exist)
  • Dedup threshold lowered to 0.88 for better consolidation
  • Memory consolidation script (scripts/consolidate.ts)
  • Works with Claude Code, Cursor, Windsurf, and any MCP-compatible client

See CHANGELOG.md for details and docs/RAG-FIXES-APPLIED.md for the technical rationale.