Skip to content
Cursor

repomemory for Cursor

io.github.danielguru/repomemory

Persistent memory for AI coding agents. Hybrid search, auto-session capture, context routing.

client:Cursor transport:stdio runtime:npm

Install repomemory in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "repomemory": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "repomemory"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

repomemory in other clients