- Explore MCP Servers
- Memory-Knowledge-Graph-3D
Memory Knowledge Graph 3d
What is Memory Knowledge Graph 3d
Memory-Knowledge-Graph-3D is a 3D visualization tool designed to represent memory knowledge graphs using Force Graph 3D. It visualizes captured memories from the Knowledge Graph Memory MCP, allowing users to explore and understand complex relationships between entities in an interactive 3D space.
Use cases
Use cases include visualizing user interactions in AI systems, exploring historical data connections, analyzing social networks, and enhancing educational experiences through interactive memory exploration.
How to use
To use Memory-Knowledge-Graph-3D, clone the repository from GitHub, install the necessary dependencies, and run the application. Users can interactively explore entities and their relationships, filter data, and navigate through the memory structures.
Key features
Key features include 3D visualization of entities and relationships, interactive node selection, filtering by entity type, performance monitoring, dark/light theme support, and optimized rendering for large datasets.
Where to use
Memory-Knowledge-Graph-3D can be utilized in various fields such as data analysis, AI research, educational tools, and any domain requiring visualization of complex relationships and memory structures.
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 Knowledge Graph 3d
Memory-Knowledge-Graph-3D is a 3D visualization tool designed to represent memory knowledge graphs using Force Graph 3D. It visualizes captured memories from the Knowledge Graph Memory MCP, allowing users to explore and understand complex relationships between entities in an interactive 3D space.
Use cases
Use cases include visualizing user interactions in AI systems, exploring historical data connections, analyzing social networks, and enhancing educational experiences through interactive memory exploration.
How to use
To use Memory-Knowledge-Graph-3D, clone the repository from GitHub, install the necessary dependencies, and run the application. Users can interactively explore entities and their relationships, filter data, and navigate through the memory structures.
Key features
Key features include 3D visualization of entities and relationships, interactive node selection, filtering by entity type, performance monitoring, dark/light theme support, and optimized rendering for large datasets.
Where to use
Memory-Knowledge-Graph-3D can be utilized in various fields such as data analysis, AI research, educational tools, and any domain requiring visualization of complex relationships and memory structures.
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
Memory Knowledge Graph 3D
A 3D visualization tool for memory knowledge graphs using Force Graph 3D. This project visualizes captured memories from the Knowledge Graph Memory Server.
GitHub Repository: https://github.com/TheSethRose/Memory-Knowledge-Graph-3D
Purpose
This visualization tool helps you explore and understand memory knowledge graphs by:
- Visualizing entities and their relationships in an interactive 3D space
- Exploring connections between different memory entities
- Filtering and searching through complex memory structures
- Providing an intuitive way to navigate through captured memories
The project is designed to work with memory data from the Model Context Protocol’s Knowledge Graph Memory Server, which allows AI assistants like Claude to remember information about users across conversations.
Core Concepts
The visualization is based on these key concepts from the Knowledge Graph Memory Server:
Entities
Entities are the primary nodes in the knowledge graph. Each entity has:
- A unique name (identifier)
- An entity type (e.g., “person”, “organization”, “event”)
- A list of observations
Relations
Relations define directed connections between entities, describing how entities interact or relate to each other.
Observations
Observations are discrete pieces of information about an entity, stored as strings and attached to specific entities.
Features
- 3D visualization of entities and relationships
- Interactive node selection and highlighting
- Filtering by entity type and search
- Performance monitoring
- Dark/light theme support
- Support for large datasets with optimized rendering
- Modular code structure for better maintainability
- Vite-based bundling for modern JavaScript
Installation
-
Clone this repository:
git clone https://github.com/TheSethRose/Memory-Knowledge-Graph-3D.git cd Memory-Knowledge-Graph-3D -
Install dependencies:
npm install -
Start the development server:
npm start -
Open your browser and navigate to:
http://localhost:5173 -
For production build:
npm run build
Usage
-
Load Data:
- Upload a JSON file using the “Load From File” tab
- Paste JSON data using the “Paste JSON” tab
- The application supports both standard JSON and JSONL formats
- Compatible with memory.json from the Knowledge Graph Memory Server
-
Interact with the Graph:
- Click on nodes to see details and center the view
- Use mouse to rotate, zoom, and pan the view
- Toggle labels, observations, and navigation controls
-
Filter and Search:
- Use the search box to find specific entities
- Filter by entity type using the dropdown
- Click “Reset Filters” to clear all filters
Troubleshooting
Common Issues
-
Performance issues with large graphs:
- Use the performance monitoring panel to check FPS
- Try disabling node labels for very large graphs
- The application automatically optimizes for large datasets
-
JSON parsing errors:
- Make sure your JSON is valid
- The application supports both standard JSON and JSONL formats
- Check the console for specific error messages
Project Structure
The application uses a modular code structure for better maintainability:
scripts/- Contains all JavaScript modulesmain.js- Entry point that initializes all modulesmodules/- Directory containing modular componentsstate.js- Global state managementthree-loader.js- Dynamic loading of Three.js modulestheme.js- Theme-related functionalityperformance.js- Performance monitoringdata-processor.js- Data processinggraph-renderer.js- 3D graph renderinggraph-utils.js- Graph utility functionsui-utils.js- UI utility functions
See scripts/README.md for more details on the module structure.
Dependencies
License
This project is licensed under the MIT License - see the LICENSE file for details.
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.










