Neo4j Environment
Createdrebots-online
Connects to a Neo4j graph database using environment variables for configuration.
About
This tool is a fork of the Neo4j Model Context Protocol (MCP) server, enhanced with environment variable support and improved configuration options. It allows you to easily connect to Neo4j instances, including remote ones, by configuring the connection details through environment variables. It also provides improved error handling and logging, ensuring a more robust and debuggable experience when interacting with your Neo4j graph database through the Model Context Protocol.
Key Features
- Offers improved error handling and logging.
- Supports custom ports and remote Neo4j instances.
- Includes search capabilities for nodes.
- Configurable via environment variables for Neo4j connection details.
- Provides create, read, update, and delete operations for graph data.
Use Cases
- Managing knowledge graphs stored in Neo4j.
- Connecting to Neo4j databases in different environments without code changes.
- Integrating Neo4j with applications that rely on environment variable configuration.