HANA Cloud MCP Server provides a bridge between SAP HANA Cloud databases and Cursor IDE for machine learning operations. It implements a three-layer architecture (Models, Contexts, and Protocols) that enables managing predictive models, execution contexts, and standardized communication protocols through a RESTful API. The server handles both inference and training operations, supports SQL and Python-based protocol handlers, and includes features for health monitoring and database schema initialization, making it ideal for organizations using HANA Cloud for data science workflows.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Retrieve a list of all schemas available in the connected HANA database.
Display all tables present in the specified SYSTEM schema of the HANA database.
Provide details about the structure of the CUSTOMERS table, including its columns and data types.
Run the specified SQL query to fetch the first 10 rows from the SYSTEM.TABLES table.
Retrieve a sample set of data from the ORDERS table to review its contents.
Count and return the total number of rows present in the CUSTOMERS table.