MCP.so
登录
S

SAP HANA XS Advanced MCP Server by CData

@CDataSoftware

关于 SAP HANA XS Advanced 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 XS Advanced (beta): https://www.cdata.com/download/download.aspx?sku=HHZK-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-xs-advanced.prp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is SAP HANA XS Advanced MCP Server by CData?

It is a read-only MCP server built by CData that allows LLMs like Claude Desktop to query live data from SAP HANA XS Advanced via natural language, using the CData JDBC Driver for SAP HANA XS Advanced.

How to use SAP HANA XS Advanced MCP Server by CData?

Clone the repository, build with mvn clean install, install and license the CData JDBC Driver, configure a .prp file with connection details, and add the server to Claude Desktop's config file. The server runs via java -jar CDataMCP-jar-with-dependencies.jar <path>.prp.

Key features of SAP HANA XS Advanced MCP Server by CData

  • Read-only access to SAP HANA XS Advanced data
  • Exposes data as SQL models via JDBC driver
  • Provides tools: get_tables, get_columns, run_query
  • Uses stdio transport (same-machine clients)
  • MIT licensed
  • Built on CData's proven JDBC driver

Use cases of SAP HANA XS Advanced MCP Server by CData

  • Let LLMs answer questions about business data in SAP HANA XS Advanced
  • Query live data without writing SQL – natural language only
  • Explore schema (tables and columns) through MCP tools
  • Integrate SAP HANA XS Advanced data into AI assistants like Claude Desktop

FAQ from SAP HANA XS Advanced MCP Server by CData

Is this server read-only?

Yes, this MCP server is explicitly read-only. For full CRUD and action capabilities, use the CData MCP Server for SAP HANA XS Advanced (beta).

What dependencies are required?

Java, Maven (for building), and the CData JDBC Driver for SAP HANA XS Advanced must be installed and licensed.

What transport does it use?

The server uses stdio transport and can only be used with clients running on the same machine.

What tools are available?

Three tools: {servername}_get_tables (list tables), {servername}_get_columns (list columns for a table), {servername}_run_query (execute a SQL SELECT query).

How do I configure the connection?

Create a .prp file with properties: Prefix, ServerName, ServerVersion, DriverPath, DriverClass, JdbcUrl, and Tables (optional). Use the CData JDBC Driver's connection string utility

评论

其他 分类下的更多 MCP 服务器