Skip to content

Neo4j Knowledge Graph

Free

by MCP Community

Neo4j-based knowledge graph MCP server with temporal versioning and semantic search

v2.2.4Added Apr 12, 2026
mcpmodel-context-protocolneo4jknowledge-graphmemory
Works with:ClaudeGPTGeminiCopilot

Neo4j Knowledge Graph MCP Server

Neo4j-based knowledge graph MCP server with temporal versioning and semantic search

Installation

Reviews

Leave a Review

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"]
    }
  }
}