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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Display current HANA configuration. Parameters: None
Test database connectivity. Parameters: None
Show environment variables (debug). Parameters: None
List all database schemas. Parameters: None
List tables in a schema. Parameters: schema_name (optional)
Show table structure. Parameters: schema_name, table_name
List indexes for a table. Parameters: schema_name, table_name
Show index details. Parameters: schema_name, table_name, index_name
Execute SQL queries. Parameters: query
Execute parameterized queries. Parameters: query, parameters
Get sample data from table. Parameters: schema_name, table_name, limit
Count rows in a table. Parameters: schema_name, table_name
Get system information. Parameters: None
Get current user information. Parameters: None
Get memory usage statistics. Parameters: None