projectmem Adds Persistent Event-Sourced Memory to AI Coding Agents via MCP
June 11, 2026
projectmem is an open-source, local-first memory layer for AI coding agents that logs development events (issues, attempts, fixes, decisions) as an append-only plain-text file and serves compact summaries via Model Context Protocol, reducing per-session context reconstruction estimated at 5,000–20,000 tokens. A deterministic pre-action gate blocks agents from repeating previously failed fixes.
HOW THIS AFFECTS YOU
●
builderYou can drop projectmem into any MCP-compatible coding agent today to eliminate repeated failed debug attempts and cut session token overhead by avoiding redundant file re-reads.