sap-hana-cli Claude Code Plugin
Claude Code PluginClaude CodeDatabaseDatabases & StorageEnterprise Business PlatformsData Engineering & AnalyticsThe explanation below is AI-generated. Please verify it against the sources.
sap-hana-cli is a Claude Code plugin that exposes more than 150 (166 per the README) tools for working with SAP HANA databases through the Model Context Protocol. It lets an AI assistant explore schemas, inspect database objects, import and export data, profile data quality, monitor performance, review security settings, and manage backups. The plugin connects to either SAP HANA Cloud or an on-premise SAP HANA installation using standard connection configuration files or environment variables. It requires Node.js 20.19.0 or later and is distributed as an open-source sample under the Apache 2.0 license by SAP.
About the service
SAP HANA Cloud is SAP's cloud database service that stores and processes relational, graph, vector, spatial, and JSON data in a single in-memory engine, and it also supports native AI and semantic processing features such as vector search and knowledge-graph queries. This plugin connects to that service (or to an on-premise HANA database) to let the assistant read and manage data and administrative settings.
What you can do with sap-hana-cli
- List and inspect schemas, tables, views, procedures, and functions
- Import and export data in formats such as CSV, Excel, or JSON, and check data quality
- Monitor performance, including expensive statements, memory usage, blocking sessions, and deadlocks
- Review users, roles, privileges, and audit logs for security analysis
- Create, check, and restore database backups
- Run system health checks, view diagnostics, and inspect INI configuration
- Generate CDS models, code templates, and test data for development tasks
- Search available commands and get guided troubleshooting help