Enables natural language interaction with Neo4j databases and Aura accounts using the Model Context Protocol.
Leverages the Model Context Protocol (MCP) to facilitate natural language interaction with Neo4j databases. This allows users to use natural language queries, through any MCP Client such as Claude Desktop, to accomplish tasks with Neo4j and Aura accounts, such as querying the graph's content. The repository provides different servers, including one that translates natural language into Cypher queries and others that model memory as a knowledge graph stored in Neo4j or a JSON file.
Key Features
01Supports natural language queries against Neo4j databases.
02Offers a natural language to Cypher query server.
03Includes servers for knowledge graph memory stored in Neo4j or JSON.
04Compatible with any Model Context Protocol (MCP) Client.
Use Cases
01Querying Neo4j graphs using natural language.
02Building knowledge graph memory with Neo4j.
03Integrating Neo4j with LLMs through a standardized protocol.