sap-hana-mcp-server-by-cdata

sap-hana-mcp-server-by-cdata

3.2

If you are the rightful owner of sap-hana-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 SAP HANA is a read-only server that allows LLMs to query live SAP HANA data using natural language.

The CData MCP Server for SAP HANA is designed to facilitate the interaction between large language models (LLMs) and SAP HANA databases. By leveraging the CData JDBC Driver, this server exposes SAP HANA data as relational SQL models, enabling LLMs to access live data without requiring SQL knowledge. This server is particularly useful for applications like Claude Desktop, where users can query data using natural language. The server is read-only, but a full-featured version with read, write, update, and delete capabilities is available in beta. The setup involves cloning the repository, building the server, and configuring the JDBC connection. Once configured, the server can be integrated with AI clients to provide real-time data insights.

Features

  • Read-only access to SAP HANA data through a simple MCP interface.
  • Integration with CData JDBC Driver for SAP HANA.
  • Natural language querying without SQL knowledge.
  • Support for various platforms including Windows, Mac, and Linux.
  • JSON-RPC support for scripting requests.

Tools

  1. {servername}_get_tables

    Get a list of available tables in the data source

  2. {servername}_get_columns

    Get the column list of specified tables

  3. {servername}_run_query

    Execute SQL SELECT query