Every AI coding session starts from zero. Your assistant forgets your stack, decisions, and context. EGC fixes this with two local MCP servers: egc-memory (get_state/update_state -- saves plain Markdown, local SQLite, no cloud) and egc-guardian (command validation, blocks unsafe paths). One install: npm install -g @egchq/egc && egc install Supports Claude Code, Cursor, Codex, Gemini CLI, Kiro and more. ~200 tokens/session vs ~1,500 rebuilding.
No reviews yetBe the first to leave a review for EGC
Maker
📌
Hi PH! I built EGC after getting frustrated with AI coding tools that forget everything between sessions.
The insight: persistent memory doesn't need to be complex. A plain Markdown file, a local SQLite DB, and two MCP servers solve the problem completely.
Would love feedback from developers who use Claude Code, Cursor, or any other AI coding assistant. Does the problem resonate? What would you add to the state file?
GitHub: https://github.com/Fmarzochi/EGC