Skip to content
VS Code

memocall for VS Code

io.github.baodq06/memocall

Recall past Claude Code conversations from any project as clean, compact Markdown.

client:VS Code transport:stdio runtime:npm

Install memocall in VS Code

.vscode/mcp.json

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

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

memocall in other clients