neo4j-mcp.md

Neo4j MCP

from"neo4j-contrib"
1.1k

Graph database with schema exploration and Cypher queries

Databases
Neo4jgraphCypherdatabase
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