Skip to content
VS Code

repomemory for VS Code

io.github.danielguru/repomemory

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

client:VS Code transport:stdio runtime:npm

Install repomemory in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

repomemory in other clients