knowledge-graph-viz-mcp.md

Knowledge Graph Visualization

UI App
from"xdenis1"
680

Interactive D3.js visualization of MCP knowledge graphs with force-directed layout

Visualization
D3.jsknowledge graphforce-directedinteractive
install.sh
# Clone the repository
$git clone https://github.com/xdenis1/knowledge-graph-visualization
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve