MCP Server
MCP
Repo Memory
Shared, git-tracked working memory for AI agents on the same codebase.
Install
uvx repo-memory-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "repo-memory-mcp",
"version": "0.2.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Absolute path to the repository whose .ai-memory/ to read/write. Defaults to the current working directory.",
"name": "REPO_MEMORY_ROOT"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment