Display Name
EGC
Category
Tooling
Sub-Category
General
Primary Link
https://github.com/Fmarzochi/EGC
Author Name
Felipe Marzochi
Author Link
https://github.com/Fmarzochi
License
MIT
Other License
MIT
Description
Persistent cross-session memory MCP server for Claude Code and 12 other AI coding tools, including Cursor, Gemini CLI, Codex, Windsurf, Amp, and Kiro. SQLite-backed state survives context resets and agent restarts, keeping decisions and project context available across sessions. Ships egc-memory (14 tools) and egc-guardian (5 tools) via a single npm package.
Validate Claims
Install EGC (npm install -g @egchq/egc && egc init), then open Claude Code in any project and say: "Store a project decision: we are using PostgreSQL as our database." End the session completely. Open a new Claude Code session in the same directory and ask: "What do you know about this project?" Claude will recall the PostgreSQL decision without any re-prompting.
Specific Task(s)
Ask Claude Code to store a project decision using egc-memory, close the session entirely, open a new session, and ask Claude what it knows about the project.
Specific Prompt(s)
- Run: npm install -g @egchq/egc && egc init
- Open Claude Code in any project directory.
- Say: "Use the egc-memory MCP server to store this decision: we are using PostgreSQL as our primary database."
- Close Claude Code completely and reopen it in the same directory.
- Say: "What do you know about this project?" -- Claude will surface the stored decision without further prompting.
Additional Comments
EGC is MIT licensed, open source, and has no telemetry. The only network calls are to the Anthropic API via Claude Code itself and to npm for installation. State is stored locally in SQLite at ~/.egc/. Uninstall: npm uninstall -g @egchq/egc && rm -rf ~/.egc
Recommendation Checklist
Display Name
EGC
Category
Tooling
Sub-Category
General
Primary Link
https://github.com/Fmarzochi/EGC
Author Name
Felipe Marzochi
Author Link
https://github.com/Fmarzochi
License
MIT
Other License
MIT
Description
Persistent cross-session memory MCP server for Claude Code and 12 other AI coding tools, including Cursor, Gemini CLI, Codex, Windsurf, Amp, and Kiro. SQLite-backed state survives context resets and agent restarts, keeping decisions and project context available across sessions. Ships egc-memory (14 tools) and egc-guardian (5 tools) via a single npm package.
Validate Claims
Install EGC (npm install -g @egchq/egc && egc init), then open Claude Code in any project and say: "Store a project decision: we are using PostgreSQL as our database." End the session completely. Open a new Claude Code session in the same directory and ask: "What do you know about this project?" Claude will recall the PostgreSQL decision without any re-prompting.
Specific Task(s)
Ask Claude Code to store a project decision using egc-memory, close the session entirely, open a new session, and ask Claude what it knows about the project.
Specific Prompt(s)
Additional Comments
EGC is MIT licensed, open source, and has no telemetry. The only network calls are to the Anthropic API via Claude Code itself and to npm for installation. State is stored locally in SQLite at ~/.egc/. Uninstall: npm uninstall -g @egchq/egc && rm -rf ~/.egc
Recommendation Checklist