MCP.so
ログイン
S

SAP HANA MCP Server by CData

@CDataSoftware

SAP HANA 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 SAP HANA (beta)](https://www.cdata.com/download/download.aspx?sku=SNZK-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\\sap-hana.prp"
      ]
    }
  }
}

ツール

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

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

概要

What is SAP HANA MCP Server by CData?

SAP HANA MCP Server by CData is a read-only MCP server that allows LLMs like Claude Desktop to query live SAP HANA data using the CData JDBC Driver for SAP HANA. It wraps the driver in a simple MCP interface so AI can retrieve live information via natural language.

How to use SAP HANA MCP Server by CData?

Clone the repo, build the JAR with Maven, install and license the CData JDBC Driver for SAP HANA, then create a .prp file with your connection parameters. Configure your MCP client (e.g., Claude Desktop) to run the JAR with the .prp file. Start the server using java -jar CDataMCP-jar-with-dependencies.jar <path>.prp.

Key features of SAP HANA MCP Server by CData

  • Read-only access to SAP HANA data
  • Natural language queries via LLM (no SQL required)
  • Exposes tools: get_tables, get_columns, run_query
  • Uses CData JDBC Driver for reliable connectivity
  • Simple stdio transport for local clients

Use cases of SAP HANA MCP Server by CData

  • Ask an LLM to summarize SAP HANA business data
  • Let AI assistants answer live questions about SAP HANA
  • Enable non-technical users to explore SAP HANA via chat

FAQ from SAP HANA MCP Server by CData

Is the server read-only?

Yes, this project builds a read-only MCP server. For full read, write, update, delete, and action capabilities, CData offers a separate beta MCP Server.

What transport does the server use?

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

What dependencies are required?

You need Java, the CData JDBC Driver for SAP HANA (installed and licensed), and the built JAR from this repository.

How do I configure the connection?

Create a .prp file with the JDBC connection string, driver path, driver class, and optional table filter. Use the connection string utility from the JDBC driver to build the URL.

What tools are exposed by the server?

The server exposes {servername}_get_tables, {servername}_get_columns, and {servername}_run_query for SQL SELECT queries.

コメント

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