Provides integration with Neo4j for storing and managing knowledge graph memory, allowing operations like creating entities, creating relations, adding observations, deleting entities, deleting observations, deleting relations, reading the graph, searching nodes, and opening specific nodes.
Neo4j MCP Server
Fork of the Neo4j Model Context Protocol (MCP) server with environment variable support and improved configuration options.
Features
- Environment variable configuration for Neo4j connection
- Support for custom ports and remote Neo4j instances
- Improved error handling and logging
- Compatible with the Model Context Protocol
Configuration
The server can be configured using the following environment variables:
NEO4J_URL
- Neo4j connection URL (default: "bolt://localhost:7687")NEO4J_USER
- Neo4j username (default: "neo4j")NEO4J_PASSWORD
- Neo4j password (default: "neo4j")
Example:
Available Tools
mcp-neo4j-memory
Knowledge graph memory stored in Neo4j with the following capabilities:
create_entities
- Create multiple new entities in the knowledge graphcreate_relations
- Create relations between entities (in active voice)add_observations
- Add new observations to existing entitiesdelete_entities
- Delete entities and their relationsdelete_observations
- Delete specific observations from entitiesdelete_relations
- Delete specific relationsread_graph
- Read the entire knowledge graphsearch_nodes
- Search for nodes based on a queryopen_nodes
- Open specific nodes by their names
Development
Changes from Upstream
- Added environment variable support for Neo4j connection details
- Improved error handling and connection management
- Added detailed logging for debugging
- Updated configuration to support remote Neo4j instances
License
MIT
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A fork of the Neo4j Model Context Protocol server that enables interaction with Neo4j knowledge graphs through environment variable configuration and improved options for remote connections.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityThis server enables interaction between Neo4j databases and Claude Desktop, allowing users to execute Cypher queries, create nodes, and establish relationships in the database.Last updated -37224TypeScriptMIT License
- -securityFlicense-qualityAn MCP server that enables graph database interactions with Neo4j, allowing users to access and manipulate graph data through natural language commands.Last updated -Python
- -securityAlicense-qualityEnhanced knowledge graph memory server for AI assistants that uses Neo4j as the backend storage engine, enabling powerful graph queries and efficient storage of user interaction information with full MCP protocol compatibility.Last updated -TypeScriptMIT License
- -securityFlicense-qualityAn implementation for managing Neo4j graph database operations through the Model Context Protocol, enabling users to execute Cypher queries against their Neo4j database via AI assistants like Cursor and Claude Desktop.Last updated -10JavaScript