Mmcp.market

Repo Memory MCP server

by yubinkim444·io.github.yubinkim444/repo-memory·v0.2.1

Shared, git-tracked working memory for AI agents on the same codebase.

A92/100grade A
What users say
No reviews yet
Be the first
Safety scan
A92/100

full report

Adoption
Growing

1 stars28 downloads/wk

Reviews

Write one

Nobody 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 posts

Read from the package source without running it. The installed server may list more.

  • add_decision

    Record 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_fact

    Record 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_gotcha

    Append 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_memory

    Return 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_facts

    List 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

no findings
  • 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
Overall 92/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

claude mcp add repo-memory -- uvx repo-memory-mcp
Add to Cursor

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.

All Repo Memory alternatives →
  • Memshelf
    Working memory for AI agents: digest-indexed episodes on a git shelf, recalled a section at a time.
    A
  • Palinode
    Inspectable, correctable project memory in git-versioned Markdown for AI agents.
    C
  • Nexusmem
    Local-first memory for AI coding agents: shell history with exit codes, git diffs, docs, MCP.
    A
  • Perenna
    A lightweight, Git-backed permanent memory for AI agents.
    B
  • Agent Memory
    Git-native project memory for AI coding agents: Markdown source of truth, reviewable, secret-safe.
    A

More from yubinkim444