MCP.so
ログイン
N

Neo4J MCP Server by CData

@CDataSoftware

Neo4J MCP Server by CData について

This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for Neo4J (beta): https://www.cdata.com/download/download.aspx?sku=LNZK-V&type=beta

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

CDataSoftware

投稿者

Cameron Leblanc

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "{classname_dash}": {
      "command": "PATH\\TO\\java.exe",
      "args": [
        "-jar",
        "PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
        "PATH\\TO\\neo4j.prp"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Neo4J MCP Server by CData?

Neo4J MCP Server by CData is a read-only Model Context Protocol (MCP) server that lets LLMs like Claude Desktop query live Neo4J data using natural language. It wraps the CData JDBC Driver for Neo4J, which exposes Neo4J as relational SQL models, so users can ask questions without writing SQL.

How to use Neo4J MCP Server by CData?

Clone the repository, build the JAR with mvn clean install, download and license the CData JDBC Driver for Neo4J, then create a .prp file with your JDBC connection string. Configure the server in Claude Desktop via claude_desktop_config.json or run it standalone with java -jar CDataMCP-jar-with-dependencies.jar <path>.prp. The server uses stdio transport and runs only on the same machine as the client.

Key features of Neo4J MCP Server by CData

  • Read-only MCP server for Neo4J data.
  • Powered by the CData JDBC Driver for Neo4J.
  • Allows natural language queries via LLM clients.
  • Exposes tools: get_tables, get_columns, run_query.
  • Supports SQL SELECT queries through run_query.
  • Licensed under the MIT License.

Use cases of Neo4J MCP Server by CData

  • Ask Claude Desktop about relationships in your Neo4J graph.
  • Retrieve live data from Neo4J without writing SQL.
  • Explore available tables and columns in your Neo4J database.
  • Run ad‑hoc SQL queries on Neo4J data from an AI assistant.

FAQ from Neo4J MCP Server by CData

What is the difference between this read‑only server and the full CData MCP Server for Neo4J?

This server is read‑only (query only). The full CData MCP Server for Neo4J (beta) supports read, write, update, delete, and action capabilities with a simplified setup.

What dependencies are required to run this server?

You need Java, the built JAR (CDataMCP-jar-with-dependencies.jar), the CData JDBC Driver for Neo4J (downloaded and licensed separately), and a .prp configuration file with your JDBC connection string.

Where does the data live?

Data resides in your Neo4J instance. The server does not store any data; it queries the live database on each request.

What transport does the server use?

It uses stdio transport, so it can only be used with clients running on the same machine as the server.

Does the server support authentication or OAuth?

The JDBC driver handles authentication (including OAuth) as configured in the connection string. The server does not add separate authentication.

コメント

「その他」の他のコンテンツ