Overview of Neo4j Knowledge Graph Memory MCP Server
mainThe mcp-neo4j-memory server is a Model Context Protocol (MCP) implementation that provides persistent memory capabilities using a Neo4j graph database. It allows LLMs to store and retrieve complex relationships between entities as a long-term knowledge base.
Graph Schema
Memory: A node representing an entity with aname,type, andobservations.Relationship: A connection between two entities with atype.