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.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Verify connectivity and inspect the configuration of the SAP HANA MCP Server.
Test the connection to the SAP HANA database.
Display the current environment variables used by the server.
Retrieve information about the current session, including user, schema, and database.
List all available schemas in the SAP HANA database.
Retrieve a list of all tables in the specified schema.
Get detailed information about a specific table, including its columns and data types.
Provide an explanation of a table's structure, including optional business-meaning overlay.
Search for tables in the database based on a specified query.
Search for columns in the database based on a specified query.
Execute a parameterized SQL query with optional limits on rows, columns, and cells.
Retrieve the next page of results from a previously executed query.
List all constraints (primary keys, unique keys, check constraints) in the specified schema.
Retrieve a list of all foreign keys in the specified schema.
List all indexes defined in the specified schema.
Get detailed information about a specific index.
Retrieve a list of all views in the specified schema.
Get detailed information about a specific view.
List all synonyms defined in the specified schema.
Retrieve a list of all privileges assigned in the specified schema.
Get the Data Definition Language (DDL) statement for a specified object.
List all stored procedures in the specified schema.
Get detailed information about a specific stored procedure.
List all functions defined in the specified schema.
Get detailed information about a specific function.
List all calculation views available in the specified schema.
Retrieve a list of all sequences in the specified schema.
Obtain statistics about a specified table, including row counts and data distribution.
Retrieve a sample of data from a specified table.
Get statistics for a specified column in a table.
Generate and display the execution plan for a specified query.
Get the dependency graph for a specified object, showing related objects.
Retrieve information about the partitioning of a specified table.
List the most expensive queries executed in the database.