Skip to content
Claude Desktop

chat-recall for Claude Desktop

io.github.munhq/chat-recall

One searchable history across every AI coding tool, with secret scanning and a shared task board.

client:Claude Desktop transport:streamable-http runtime:npm

Install chat-recall in Claude Desktop

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

{
  "mcpServers": {
    "chat-recall": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://chatrecall.dev/mcp"
      ]
    }
  }
}

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

chat-recall in other clients