Neo4j
Freeby MCP Community
Neo4j utilities for MCP RAG - Cypher query builder and test assertions for graph-based tool indexing
v0.0.5Added Apr 12, 2026
neo4jcyphertestingmcprag
Neo4j MCP Server
Neo4j utilities for MCP RAG - Cypher query builder and test assertions for graph-based tool indexing
Installation
Reviews
Installation
Quick install
npx -y @mcp-rag/neo4j
Add to claude_desktop_config.json
{
"mcpServers": {
"neo4j": {
"command": "npx",
"args": ["-y", "@mcp-rag/neo4j"]
}
}
}