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.
No reviews yet. Be the first to review!
Sign in to join the conversation
List all schemas in the database.
Show tables in the specified schema, e.g., SYSTEM schema.
Describe the structure of a specified table, e.g., CUSTOMERS.
Execute a given SQL query, e.g., SELECT * FROM SYSTEM.TABLES LIMIT 10.
Get sample data from a specified table, e.g., ORDERS table.
Count the number of rows in a specified table, e.g., CUSTOMERS table.