Repo Memory MCP server
Shared, git-tracked working memory for AI agents on the same codebase.
1 stars28 downloads/wk
Reviews
Write oneNobody has reviewed Repo Memory yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Repo Memory tools (5)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
add_decisionRecord a non-trivial decision made while working in this repo (architecture choice, trade-off, deprecation, etc.) as a markdown file under `.ai-memory/decisions/`.
add_factRecord a structured fact you just verified about this codebase, so the next agent (or your next session) doesn't have to re-verify it.
add_gotchaAppend a one-line 'watch out for X' note to `.ai-memory/gotchas.md`. Use for surprises that wasted your time and might trip the next agent.
get_repo_memoryReturn the entire `.ai-memory/` of the current repo as a Markdown document ready to drop into your LLM context. Call this **before** starting any task in this repo so you don't redo work other agents already verified.
list_factsList recorded facts, optionally filtered. Useful when you want only facts relevant to a specific area before reading them.
Public scan report
scanner v0.1.9 · 2026-09-21 · same rubric, same numbers if you re-run it
- Code scan8 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 25 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Install directly
claude mcp add repo-memory -- uvx repo-memory-mcp
Repo Memory: common questions
- Is Repo Memory MCP server safe?
- Yes, by our scan: it is graded A (92/100). Read the Repo Memory safety report
- How do I install Repo Memory?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Repo Memory need an API key?
- No secret keys are declared. It reads 1 setting from the environment.
- Is Repo Memory maintained?
- The last commit was 26 days ago (2026-08-26). The latest release is v0.2.1.
- What can I use instead of Repo Memory?
- Servers from other publishers that do the same job: Memshelf MCP server, Palinode MCP server and Nexusmem MCP server. Compare all Repo Memory alternatives.
Alternatives to Repo Memory
Same job from other publishers: the closest match first, then the best rated.
- MemshelfWorking memory for AI agents: digest-indexed episodes on a git shelf, recalled a section at a time.not reviewedGrowingA
- PalinodeInspectable, correctable project memory in git-versioned Markdown for AI agents.not reviewedEstablishedC
- NexusmemLocal-first memory for AI coding agents: shell history with exit codes, git diffs, docs, MCP.not reviewedGrowingA
- PerennaA lightweight, Git-backed permanent memory for AI agents.not reviewedGrowingB
- Agent MemoryGit-native project memory for AI coding agents: Markdown source of truth, reviewable, secret-safe.not reviewedGrowingA