MCP Neo4j Knowledge Graph Memory Server
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"neo4j-mcp-memory-scccy","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# 🧠🕸️ Neo4j Knowledge Graph Memory MCP Server ## 🌟 Overview A Model Context Protocol (MCP) server implementation that provides persistent memory capabilities through Neo4j graph database integration. By storing information in a graph structure, this server maintains complex relationships between entities as memory nodes and enables long-term retention of knowledge that can be queried and analyzed across multiple conversations or sessions. With [Neo4j Aura](https://console.neo4j.io) you can host your own database server for free or share it with your collaborators. Otherwise you can run your own Neo4j server locally. The MCP server leverages Neo4j's graph database capabilities to create an interconnected knowledge base that serves as an external memory system. Through Cypher queries, it allows exploration and retrieval of stored information, relationship analysis between different data points, and generation of insights from the accumulated knowledge. This memory can be further enhanced with Claude's capabilities. ### 🕸️ Graph Schema * `Memory` - A node representing an entity with a name, type, and observations. * `Relationship` - A relationship between two entities with a type. ### 🔍 Usage Example ``` Let's create some entities with constraints Create a "用户管理" (User Management) entity with operation type "CRUD", node type "功能模块", point 5, and constraints: 必须 have "用户认证" and "权限验证", 禁止 have "超级管理员权限" for regular users. ``` Results in Claude calling the create_entities and create_relations tools with the new constraint-based structure.   ## 📦 Components ### 🔧 Tools The server offers these core tools: #### 🔎 Query Tools - `read_graph` - Read the entire knowledge graph - No input required - Returns: Complete graph with entities and relations - `search_memories` - Search for nodes based on a query - Input: - `query` (string): Se…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.