- Explore MCP Servers
- memory-visualizer
Memory Visualizer
What is Memory Visualizer
Memory-visualizer is an interactive tool designed for exploring, debugging, and analyzing knowledge graphs generated by Anthropic’s Memory MCP. It allows users to visualize entities, relations, and observations from memory.json files.
Use cases
Use cases for memory-visualizer include debugging AI memory structures, analyzing relationships within knowledge graphs, and exploring complex data networks in a visual format.
How to use
To use memory-visualizer, simply drop your memory.json files into the interface or copy and paste the content directly. You can filter entities and relations, search through them, and view detailed observations in the info panel.
Key features
Key features include interactive visualization with D3.js, filtering by entity and relation types, searching capabilities, detailed observation viewing, and the ability to navigate complex entity networks visually.
Where to use
Memory-visualizer is primarily used in fields involving knowledge graph management, AI memory debugging, and data analysis, particularly where the Model Context Protocol is applied.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Memory Visualizer
Memory-visualizer is an interactive tool designed for exploring, debugging, and analyzing knowledge graphs generated by Anthropic’s Memory MCP. It allows users to visualize entities, relations, and observations from memory.json files.
Use cases
Use cases for memory-visualizer include debugging AI memory structures, analyzing relationships within knowledge graphs, and exploring complex data networks in a visual format.
How to use
To use memory-visualizer, simply drop your memory.json files into the interface or copy and paste the content directly. You can filter entities and relations, search through them, and view detailed observations in the info panel.
Key features
Key features include interactive visualization with D3.js, filtering by entity and relation types, searching capabilities, detailed observation viewing, and the ability to navigate complex entity networks visually.
Where to use
Memory-visualizer is primarily used in fields involving knowledge graph management, AI memory debugging, and data analysis, particularly where the Model Context Protocol is applied.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Anthropic Memory MCP Visualizer
Interactive visualizer for Anthropic’s Memory MCP knowledge graphs. Instantly explore, debug, and analyze entities, relations, and observations from memory.json files generated by the Knowledge Graph Memory Server.
Try it now: This tool is freely available at https://memviz.herich.tech
Features
- Interactive knowledge graph visualization using D3.js
- Filter by entity and relation types
- Search across entities and relationships
- View detailed observations in the info panel
- Drop memory.json files or paste directly from clipboard
- Navigate complex entity networks visually
- Debug AI memory structures and connections
Development
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
Tech Stack
- React + TypeScript
- D3.js for visualization
- Vite
- TailwindCSS
Using with Claude Desktop App
This tool is intended for use with the Claude Desktop app, which supports the Memory MCP protocol for knowledge graph storage and retrieval.
Configuring the Memory MCP Server
-
First, ensure you have the modelcontextprotocol-servers repository cloned locally.
-
Configure the Claude Desktop app to use the Memory MCP server by adding the following to your
mcp_config.jsonfile:
The above example shows a generic configuration. You should replace the paths with the actual locations on your system where you want to store your memory file.
💡 Personal tip: I store my
memory.jsonin a Google Drive folder which automatically backs it up and makes it accessible across devices. Consider using a cloud storage solution for your memory file too!
-
Start Claude Desktop with this configuration to enable the memory features.
-
Use this Memory Visualizer to explore and debug the knowledge graph created by Claude.
Knowledge Graph Structure
Visualizes Anthropic’s Memory MCP format:
- Entities: Nodes with name, type, and observations (e.g., people, organizations)
- Relations: Directed connections between entities in active voice (e.g., “works_at”)
- Observations: Atomic facts attached to entities
Use Cases
- Debug entity relationships in AI memory
- Analyze memory.json structures
- Explore entity connections
- Visualize graph growth over time
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










