Back to Home
DanNsk icon

MemoryGraph

Verified Safe

by DanNsk

Overview

Visualizes knowledge graphs from the multi-memory-mcp project in an interactive 3D force-directed graph.

Installation

Run Command
cd MemoryGraphVisualizer && dotnet restore && dotnet run

Security 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

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens150000
Stars0
Forks0
Last Update2025-12-03

Tags

Knowledge Graph3D VisualizationASP.NET CoreSQLiteInteractive