M
MCP Neo4j Graphrag
A unified Neo4j MCP server for GraphRAG: vector search, fulltext search, and search-augmented Cypher queries
创建于 12/1/2025
更新于 14 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
快速设置
此服务器的安装指南
安装包 (如果需要)
uvx mcp-neo4j-graphrag
Cursor 配置 (mcp.json)
{
"mcpServers": {
"guerinjeanmarc-mcp-neo4j-graphrag": {
"command": "uvx",
"args": [
"mcp-neo4j-graphrag"
]
}
}
}