Integrates with Neo4j graph databases to enable natural language querying, node creation, and complex graph operations for knowledge exploration and data relationship modeling.
Access Your Neo4j Server Connection Details
- Obtain the connection URI, username, password, and (if applicable) the database name for your Neo4j instance.
- The format for the URI is usually
bolt://<host>:7687
Collect Required Environment Values
- You will need the following information:
- NEO4J_URI: The address of your Neo4j database (e.g.,
bolt://localhost:7687
)
- NEO4J_USERNAME: Your Neo4j username (commonly
neo4j
)
- NEO4J_PASSWORD: The password for your Neo4j user account
- NEO4J_DATABASE: (Optional for Community Edition, required if connecting to a specific database in Enterprise Edition) The name of the Neo4j database
Log In to Your FastMCP Connection Interface
- Go to the FastMCP interface where you manage server integrations.
Click the "Install Now" Button for MCP Neo4j Server
- Find the MCP Neo4j Server integration and click "Install Now" to add it.
Fill in the Environment Values
- When prompted, enter the collected values into the respective fields:
- NEO4J_URI: Enter your database URI.
- NEO4J_USERNAME: Enter your username.
- NEO4J_PASSWORD: Enter your password.
- NEO4J_DATABASE: (If needed) Enter the database name.
Save and Connect
- Save your configuration in FastMCP.
- Test the connection if an option is provided to verify the setup.
Note: If you don’t have your Neo4j password, contact your Neo4j administrator or refer to your Neo4j instance setup guide to reset or retrieve it. The other values are typically set during your Neo4j instance creation or are available in its dashboard/admin panel.