← Back to browse

Repo Memory

Indexed by io.github.yubinkim444

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsREPO_MEMORY_ROOT
Claude Code
claude mcp add --env REPO_MEMORY_ROOT= repo-memory -- uvx repo-memory-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"repo-memory","command":"uvx","args":["repo-memory-mcp"],"env":{"REPO_MEMORY_ROOT":""}}'
JSON
{
  "mcpServers": {
    "repo-memory": {
      "command": "uvx",
      "args": [
        "repo-memory-mcp"
      ],
      "env": {
        "REPO_MEMORY_ROOT": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.