A git-backed memory layer that lets AI agents share what they learn about your codebase across sessions and tools. Exposes five MCP tools: get_repo_memory pulls all prior context at session start, add_fact records verified claims with file locations and evidence, list_facts filters by tag or source file, add_decision captures architectural choices, and add_gotcha logs surprises. Everything writes to a .ai-memory/ directory you commit like code, so facts sync through normal git push/pull. No database, no SaaS, works offline. Reach for it when multiple agents or developers hit the same codebase and you're tired of re-explaining where the auth middleware lives or why you picked httpx over requests.
claude mcp add --transport stdio yubinkim444-repo-memory uvx repo-memory