mcp-neo4j-server
45
MCP Neo4j Server is an MCP server that connects the Neo4j graph database with Claude Desktop, allowing for natural language database operations. It facilitates intuitive interactions to execute queries, create nodes, and establish relationships within the database.
What is the default URI for the Neo4j database?
The default URI for the Neo4j database is 'bolt://localhost:7687'.
How can I prevent injection attacks when executing queries?
The server supports parameterized queries, which can be used to prevent injection attacks by safely passing parameters.
Can I create relationships with properties?
Yes, you can add properties to relationships when creating them between nodes.
What types of Cypher queries are supported?
The server supports all types of Cypher queries, including READ, CREATE, UPDATE, and DELETE.
Is it possible to integrate this server with Claude Desktop?
Yes, the server can be easily integrated with Claude Desktop for enhanced user experience and streamlined operations.