Repo Memory runs on your own machine — the client starts it, so there is no endpoint to ping. 99 installs a week from pypi. Last commit 26 Aug 2026.
Shared, git-tracked working memory for AI agents on the same codebase.
Today is the operative word: we check Repo Memory every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add repo-memory -- uvx repo-memory-mcp
{
"mcpServers": {
"repo-memory": {
"args": [
"repo-memory-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.repo-memory]
command = "uvx"
args = ["repo-memory-mcp"]
{
"mcpServers": {
"repo-memory": {
"args": [
"repo-memory-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"repo-memory": {
"args": [
"repo-memory-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
REPO_MEMORY_ROOT (Absolute path to the repository whose .ai-memory/ to read/write. Defaults to the current working directory.).
The author declared them in the registry entry; get the values from the project itself.
Shared memory for AI coding agents. Save once, reuse from Cursor, Claude Code, Codex.
Shared memory for coding agents. Stop re-explaining your codebase every session.
Lightweight coordination layer for multiple AI agents working on the same codebase simultaneously.
Git-aware safe file ops for AI agents: delete anything except git-tracked source code.
Persistent project memory for AI coding agents: one compact digest instead of re-reading the repo.
MCP server for Instagit — AI-powered Git repository analysis for coding agents
Local code-memory graph for AI coding agents.
Shared, project-aware memory for Claude Code, Codex, and other agents with human review.
Answers built from our own checks of this server.