Odel
SAP HANA CLI

SAP HANA CLI

Local
@sap-samples109JavaScriptApache-2.0Updated Yesterday

150+ SAP HANA database tools as MCP tools for AI assistants

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmhana-cliv4.202607.1

Run

npx -y hana-cli

MCP client config

{
  "mcpServers": {
    "sap-hana-cli": {
      "command": "npx",
      "args": [
        "-y",
        "hana-cli"
      ]
    }
  }
}