neo4j-mcp-server-by-cdata

neo4j-mcp-server-by-cdata

3.2

If you are the rightful owner of neo4j-mcp-server-by-cdata and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

CData's Model Context Protocol (MCP) Server for Neo4J is a read-only server designed to allow LLMs to query live data from Neo4J using natural language, without requiring SQL knowledge.

The CData MCP Server for Neo4J is a specialized server that facilitates the interaction between large language models (LLMs) and Neo4J databases. By leveraging the CData JDBC Driver for Neo4J, this server exposes Neo4J data as relational SQL models, enabling LLMs to access and query live data seamlessly. The server is designed to be read-only, providing a secure and efficient way to retrieve information without altering the underlying data. This setup is particularly beneficial for users who wish to integrate Neo4J data into AI-driven applications, allowing for natural language queries and responses. The server is built using Java and requires the CData JDBC Driver for Neo4J to function. It is compatible with various platforms, including Windows, Mac, and Linux, and can be integrated with AI clients like Claude Desktop.

Features

  • Read-only access to Neo4J data through natural language queries.
  • Integration with CData JDBC Driver for Neo4J to expose data as relational SQL models.
  • Compatible with multiple platforms including Windows, Mac, and Linux.
  • Facilitates interaction between LLMs and Neo4J databases.
  • Secure and efficient data retrieval without altering the underlying data.

Tools

  1. neo4j_get_tables

    Retrieves a list of tables available in the data source.

  2. neo4j_get_columns

    Retrieves a list of columns for a specified table.

  3. neo4j_run_query

    Executes a SQL SELECT query.