HomeKnowledge & Memory › Repo Memory

Repo Memory

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

Python Local macOSWindowsLinux
★ 1 stars Last pushed 2026-08-26 License: MIT

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.2.1)

uvx repo-memory-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "repo-memory": {
      "command": "uvx",
      "args": [
        "repo-memory-mcp"
      ],
      "env": {
        "REPO_MEMORY_ROOT": "<YOUR_VALUE>"
      }
    }
  }
}
  • REPO_MEMORY_ROOT — Absolute path to the repository whose .ai-memory/ to read/write. Defaults to the current working directory.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry