{% extends "base.html" %} {% block title %}Memory Banks — LocalKeep{% endblock %} {% block window_title %}{% if banks %}Memory Banks - LocalKeep{% else %}Getting started - LocalKeep{% endif %}{% endblock %} {% block content %}

Memory Banks

{% if banks %} New bank {% endif %}
{% if banks %} {% else %}

No memory banks yet.

LocalKeep is where you keep dated memories — life events, projects, research arcs. Connect it to Claude with an MCP connector (a small bridge apps use to share tools), and Claude can look up what you wrote — nothing is auto-scraped from chat.

  1. Create a bank — one timeline (e.g. a life chapter or a project).
  2. Add dated memories — short notes with an event date.
  3. Ask Claude — after you save, we’ll give you a prompt so Claude can walk your timeline with your exact words and dates.

Create your first bank

{% endif %}
{% endblock %}