Skip to content
VS Code

Recall — persistent memory for agents for VS Code

dev.workers.notdown-app.recall/memory

Persistent memory for AI agents. Free, no LLM, no SDK. Open Worker you can self-host in 2 commands.

client:VS Code transport:streamable-http

Install Recall — persistent memory for agents in VS Code

.vscode/mcp.json

{
  "servers": {
    "memory": {
      "type": "http",
      "url": "https://recall.notdown-app.workers.dev/mcp/{key}"
    }
  }
}

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

Recall — persistent memory for agents in other clients