Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Repo Memory in other clients