MCP Neo4j Knowledge Graph Memory Server
@JovanHsu
About MCP Neo4j Knowledge Graph Memory Server
MCP Memory Server with Neo4j backend for AI knowledge graph storage
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-neo4j-memory-server-jovanhsu": {
"command": "npx",
"args": [
"@jovanhsu/mcp-neo4j-memory-server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Neo4j Knowledge Graph Memory Server?
MCP Neo4j Knowledge Graph Memory Server is an MCP-compatible server that uses Neo4j as its backend storage engine for persisting and retrieving knowledge graphs during AI assistant interactions. It is an enhanced version of the official Knowledge Graph Memory Server, aimed at developers who need a scalable, queryable memory layer for AI conversations.
How to use MCP Neo4j Knowledge Graph Memory Server?
Install via npm (npm install -g @jovanhsu/mcp-neo4j-memory-server) or Docker. Configure environment variables NEO4J_URI, NEO4J_USER, NEO4J_PASSWORD, and NEO4J_DATABASE. Integrate with Claude Desktop by adding the server configuration to claude_desktop_config.json, or use MCP Inspector for testing. The server exposes tools to create, read, update, and delete entities, relations, and observations.
Key features of MCP Neo4j Knowledge Graph Memory Server
- Neo4j-based high-performance graph database storage
- Powerful fuzzy search and exact matching capabilities
- Complete CRUD operations for entities, relations, and observations
- Fully compatible with the MCP protocol
- Supports complex graph queries and traversals
- Docker support for easy deployment
Use cases of MCP Neo4j Knowledge Graph Memory Server
- Persistent memory for AI assistants to remember user identities, preferences, and goals
- Build complex knowledge graphs with native relationship querying
- Scale conversational memory storage to large datasets with Neo4j’s clustering
- Visualise and debug knowledge graphs using Neo4j’s built-in tools
FAQ from MCP Neo4j Knowledge Graph Memory Server
What advantages does this Neo4j version have over the official JSON-file version?
It offers native graph storage, high-performance Cypher queries, first-class relationship handling, built-in visualisation, and better scalability for large knowledge graphs.
What are the runtime requirements?
Node.js >= 22.0.0 and a Neo4j database (local or remote) are required.
How do I configure the server to connect to my Neo4j instance?
Set the environment variables NEO4J_URI, NEO4J_USER, NEO4J_PASSWORD, and NEO4J_DATABASE. If not set, defaults point to bolt://localhost:7687 with user neo4j and password password.
Where does the knowledge graph data live?
Data is stored in your Neo4j database. The server does not persist any data locally; all entities, relations, and observations are written into the configured Neo4j instance.
What transport protocol does the server use?
It uses the MCP protocol over stdio transport, enabling integration with Claude Desktop or any MCP client. Authentication to Neo4j is handled via environment credentials, not through the MCP layer.
More Memory & Knowledge MCP servers
Notion MCP Server
makenotionOfficial Notion MCP Server
Docs MCP Server
araboldGrounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools
Context7 MCP - Up-to-date Docs For Any Cursor Prompt
upstashContext7 Platform -- Up-to-date code documentation for LLMs and AI code editors
Solomd
zhitongblogA markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
Comments