Back to Tools
The Memory Viewer

The Memory Viewer

26 March 2026 Free live

Our set up, your privacy

(already included in Hearthline app)

What Is the Memory App?

The Memory App is a web viewer for Memory - a system that gives your AI (like Claude) long-term memory across conversations.

If you’ve set up a Memory server on cloudflare usin our setup, this app lets you see everything your AI remembers, search through it, edit it, or delete things you don’t want stored anymore. All from your browser.

No installation needed. Just visit the website, connect to your server, and you’re in.

How It Works (And Why It’s Private)

The most important thing: nobody has access to your memories except you.

The Memory App is a static webpage — a single HTML file with no backend, no database, and no server-side code. It runs entirely in your browser.

What happens when you use it:

  1. You visit memory.aidhd.co

Our server sends you the webpage. That’s all it does.

  1. You enter your Memory server URL and secret

📢 These credentials stay in your browser. We never see them.

  1. Your browser connects directly to your own server

All your data travels between your browser and your server only. Nothing passes through us.

  1. Your memories load from your database

On your Cloudflare account, in your database. Not ours.

The data flow:

You open memory.aidhd.co

Our server sends you the webpage — that’s all it does

Your browser connects to YOUR server

Your memories load from YOUR database on YOUR Cloudflare account


Your credentials are saved in your browser’s localStorage (on your device, not ours). If you clear your browser data, you’ll need to enter them again.

📢 TL;DR:
This app is just a window into your own server. We provide the window. You own everything behind it.


Quick Start

Already have a Memory server?

Visit memory.aidhd.co, enter your server URL and secret, done.

Don’t have a Memory server yet?

Set one up in about 2 minutes. Open your terminal and run:

npx create-memory-server

The setup wizard will walk you through everything. Once it’s deployed, come back to the app and connect.

What Can You Do With It?

Browse memories  —  See everything your AI remembers about you, filtered by category (general, preferences, about you) and sorted however you like.

Semantic search  —  Search by meaning, not just keywords. Type “times I felt stuck at work” and it’ll find relevant memories even if those exact words aren’t in them.

Create new memories  —  Manually add things you want your AI to remember. Set a category, add tags, mark importance.

Edit and delete  —  Found something wrong or outdated? Fix it or remove it. Your data, your rules.

Keyboard shortcuts  —  Press / to search, n for new memory, Esc to close dialogs. Fast and clean.

Auto-reconnect  —  Saves your credentials locally so you don’t have to type them every time.

Run It Locally

If you’d rather not use the hosted version, you can run the exact same app on your own machine:

npx memory-app

This opens a local server at localhost:3847. Same app, just running on your computer.

You can also just download the index.html file and open it directly in your browser. It’s a single file — no build step, no dependencies.

Requirements

Your Memory server must be version 2.1 or higher. This version added the REST API that the app needs to communicate with your server.

If you set up your server before v2.1, update and redeploy:

cd memory

git pull

npm run deploy


memory.aidhd.co

Your memories. Your server. Your control.

Something not working? Report a bug →