Repo Memory for Cursor
io.github.yubinkim444/repo-memory
Shared, git-tracked working memory for AI agents on the same codebase.
client:Cursor
transport:stdio
runtime:pypi
Install Repo Memory in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"repo-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"repo-memory-mcp"
],
"env": {
"REPO_MEMORY_ROOT": "<REPO_MEMORY_ROOT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs