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
memorizer-v1
A .NET-based service for AI agents to store, retrieve, and search through long-term memories using vector embeddings, PostgreSQL (pgvector), and a Model Context Protocol (MCP) API, featuring versioning, relationships, and asynchronous chunking.
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 for AI agents.
codegraph-rust
CodeGraph transforms your codebase into a semantically searchable knowledge graph to augment AI coding assistants with deep understanding and advanced reasoning capabilities beyond simple file searching.
ater.dry.cli
An intelligent code assistance tool and MCP server for building Asp.Net Core and EF Core front-end and back-end services, leveraging code generation and LLM technology.