[GitHub Trending] rohitg00/agentmemory
Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.
Core infrastructure for AI coding agents, highly relevant.
agentmemory provides a persistent memory server for coding agents (Claude Code, Cursor, Gemini CLI, Codex CLI, etc.), eliminating re-explaining context across sessions. It extends Karpathy's LLM Wiki pattern with confidence scoring, knowledge graphs, and hybrid search, achieving 100% top-5 hit rate, 2.2× better precision than grep, and reducing token usage to ~170K/yr ($10) vs LLM-summarized approaches (~650K/$500). Install via npm (server on :3111), supports multi-agent isolation via AGENT_ID, and works with any MCP/hook-compatible agent.
- Wire your coding agents to agentmemory's memory server via `npm install -g @agentmemory/agentmemory` and `agentmemory connect <agent>` to persist cross-session context and slash token overhead.
For a Solutions Architect building AI-augmented SDLC workflows, agentmemory directly addresses context loss between agent sessions, enabling persistent, cross-session memory that reduces rework and token costs.
rohitg00