MemoryGraph
Verified Safeby DanNsk
Overview
Visualizes knowledge graphs from the multi-memory-mcp project in an interactive 3D force-directed graph.
Installation
cd MemoryGraphVisualizer && dotnet restore && dotnet runSecurity Notes
The application handles graph data loading via API calls where the 'database' parameter is URL-encoded on the frontend. A critical security aspect in the backend (MemoryGraphService/SqliteDataService, not fully provided) is rigorous path validation to prevent directory traversal when accessing SQLite files, ensuring only files within the configured 'MemoryFolderPath' are accessed. Frontend HTML escaping is used to mitigate XSS risks. No 'eval' or obvious hardcoded secrets were found in the provided code snippets.
Similar Servers
MemoryMesh
A local knowledge graph server for AI models, focusing on structured memory for text-based RPGs and interactive storytelling.
memory-graph
A graph-based MCP server that provides intelligent memory capabilities for Claude Code, enabling persistent knowledge tracking, relationship mapping, and contextual development assistance.
memorizer-v1
A .NET-based service for AI agents to store, retrieve, and search through memories using vector embeddings, featuring asynchronous chunking, version control, and relationship management.
codegraph-rust
Transforms codebases into a semantically searchable knowledge graph, enabling AI agents to reason about code relationships, architecture, and impact rather than just performing text-based searches.