by Pinperepette · MCP Server · ★ 22
agd-memory Per-project persistent memory for Claude Code, stored in AGD format with selective retrieval and graph traversal. Each project gets its own memory file. The session never loads it whole: it scans a Table of Contents, picks the relevant blocks, and fetches them in a single batched call. Typical access costs 6-15x fewer tokens than loading the whole memory file. What you get SessionStart hook — at session start, injects the TOC of the project memory into the system context. If the project has no memory, the hook is a silent no-op.
| Stars | 22 |
| Forks | 0 |
| Language | Python |
| Category | MCP Server |
| License | MIT |
| Quality Score | 68.7445347389658/100 |
| Last Updated | 2026-05-16 |
| Created | 2026-05-09 |
| Platforms | claude-code, cli, mcp, python |
| Est. Tokens | ~313k |
Explore other popular mcp server tools:
agd-memory is Per-project persistent memory for Claude Code, in AGD format. Skill + SessionStart hook + MCP server, all driven by the agd CLI.. It is categorized as a MCP Server with 22 GitHub stars.
agd-memory is primarily written in Python.
You can find installation instructions and usage details in the agd-memory GitHub repository at github.com/Pinperepette/agd-memory. The project has 22 stars and 0 forks, indicating an active community.
agd-memory is released under the MIT license, making it free to use and modify according to the license terms.