Skip to content
VS Code

remem for VS Code

io.github.majiayu000/remem

Local-first automatic memory for Claude Code and Codex: capture, distill, recall from SQLite.

client:VS Code transport:stdio runtime:npm

Install remem in VS Code

.vscode/mcp.json

{
  "servers": {
    "remem": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@remem-ai/remem"
      ]
    }
  }
}

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

remem in other clients