{% extends "base.html" %} {% block title %}Injection History - Memory MCP Dashboard{% endblock %} {% block content %}

Injection History

Track when memories are injected into Claude's context

Today

{{ injection_stats.today }}

This Week

{{ injection_stats.week }}

Hot Cache Injections

{{ injection_stats.hot_cache }}

Working Set Injections

{{ injection_stats.working_set }}

{% include "partials/injection_table.html" %}
{% endblock %}