{% extends "base.html" %} {% block title %}Hot Cache - Memory MCP Dashboard{% endblock %} {% block content %}
Session-aware context (~10 items). Combines recent recalls, predicted next memories, and top promoted items. Recommended for context injection.
All frequently-used memories (~20 items). Backs the hot cache. Enable injection with
MEMORY_MCP_PROMOTED_RESOURCE_ENABLED=true
{{ hot_cache|length }} items · Session-aware context injected to Claude
{{ memory.content[:150] }}{% if memory.content|length > 150 %}...{% endif %}
Hot cache is empty
Recall some memories or let auto-promotion populate the promoted memories
{{ promoted_stats.get('current_count', 0) }} / {{ promoted_stats.get('max_items', 20) }} items {% if promoted_stats.get('pinned_count', 0) > 0 %} · {{ promoted_stats.get('pinned_count', 0) }} pinned {% endif %}
No promoted memories
Promote memories from the browser or let auto-promotion do its work
Browse Memories