Skip to content
VS Code

recall for VS Code

io.github.recallworks/recall

Open-source MCP memory server. Persistent, searchable, tiered memory across sessions.

client:VS Code transport:stdio runtime:pypi

Install recall in VS Code

.vscode/mcp.json

{
  "servers": {
    "recall": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ai-recallworks"
      ]
    }
  }
}

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

recall in other clients