neo4j-graph-viz-mcp.md

Neo4j Graph Visualization

UI App
from"neo4j"
1.1k

Graph database visualization with schema diagrams and Cypher query results

Databases
Neo4jgraph vizschemaCypher
install.sh
# Clone the repository
$git clone https://github.com/neo4j-contrib/mcp-neo4j
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve