Skip to content
Claude Desktop

Recall — persistent memory for agents for Claude Desktop

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:Claude Desktop transport:streamable-http

Install Recall — persistent memory for agents in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "memory": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://recall.notdown-app.workers.dev/mcp/{key}"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Recall — persistent memory for agents in other clients