guanxinyuan
Provides natural language interfaces to Neo4j graph databases for executing Cypher queries, storing knowledge graph data, and building persistent memory structures through conversational interactions.
List all node, their attributes and their relationships to other nodes in the neo4j database. If this fails with a message that includes "Neo.ClientError.Procedure.ProcedureNotFound" suggest that the user install and enable the APOC plugin.
Execute a read Cypher query on the neo4j database.
Execute a write Cypher query on the neo4j database.
Connect to MCP Server
No additional configuration required