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

Knowledge Graph

Memory relationships and connections

Total Relationships

{{ stats.get('total_relationships', 0) }}

Connected Memories

{{ stats.get('connected_memories', 0) }}

{% for rel_type, count in stats.get('by_type', {}).items() %}

{{ rel_type }}

{{ count }}

{% endfor %}
Loading graph...
project
pattern
reference

Recent Relationships

{% endblock %}