Neo4j Knowledge Graph
Freeby MCP Community
Neo4j-based knowledge graph MCP server with temporal versioning and semantic search
v2.2.4Added Apr 12, 2026
mcpmodel-context-protocolneo4jknowledge-graphmemory
Neo4j Knowledge Graph MCP Server
Neo4j-based knowledge graph MCP server with temporal versioning and semantic search
Installation
Reviews
Installation
Quick install
npx -y @henrychong-ai/mcp-neo4j-knowledge-graph
Add to claude_desktop_config.json
{
"mcpServers": {
"neo4j-knowledge-graph": {
"command": "npx",
"args": ["-y", "@henrychong-ai/mcp-neo4j-knowledge-graph"]
}
}
}