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 and display the current configuration of the HANA MCP server.
Test the connection to the HANA database, ensuring that the server can reach it.
Display the current environment variables that are set for the HANA MCP server.
Retrieve information about the current session, including user, schema, and database context.
List all schemas available in the connected HANA database.
List all tables within a specified schema in the HANA database.
Provide detailed information about a specific table, including its columns and data types.
Return an explanation of a table, including optional business meaning overlays.
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 against the HANA database with optional row/column/cell limits.
Retrieve the next page of results from a previously executed query.
List all constraints defined in the database, including primary and unique keys.
List all foreign keys defined in the database.
List all indexes defined in the database.
Provide details about a specific index, including its structure and columns.
List all views defined in the database.
Provide detailed information about a specific view.
List all synonyms defined in the database.
List all privileges associated with the current user.
Retrieve the Data Definition Language (DDL) statement for a specified object.
List all stored procedures available in the connected HANA database.
Provide detailed information about a specific stored procedure.
List all functions available in the connected HANA database.
Provide detailed information about a specific function.
List all calculation views available in the connected HANA database.
List all sequences available in the connected HANA database.
Retrieve statistical data about a specified table.
Get a sample of data from a specified table.
Retrieve statistical information about the columns of a specified table.
Return the execution plan for a specified SQL query.
Retrieve information about dependencies related to a specified database object.
Get information about the partitions of a specified table.
List the most expensive queries executed against the database.