Skip to content
Zed

SAP HANA CLI for Zed

io.github.sap-samples/hana-cli

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

client:Zed transport:stdio runtime:npm

Install SAP HANA CLI in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

SAP HANA CLI in other clients