Neo4j
Manages Neo4j graph database operations through the Model Context Protocol.
About
The Neo4j server implementation enables management of Neo4j graph database operations by using the Model Context Protocol. Compatible with Cursor and Claude Desktop, it allows users to execute Cypher queries and interact with their Neo4j database through these platforms. Configuration can be done through environment variables or a .env file, offering flexibility in managing connection details.
Key Features
- Easy to set up with npx or global installation
- 0 GitHub stars
- Compatible with Cursor and Claude Desktop
- Supports Neo4j connection via connection string or separate environment variables
- Provides a 'neo4j-query' tool to execute Cypher queries
- Offers troubleshooting guidance for common issues
Use Cases
- Managing Neo4j database connections through environment variables
- Executing Cypher queries against a Neo4j database from within Cursor
- Integrating Neo4j with development environments using the Model Context Protocol