SAP HANA CLI for Grok
io.github.sap-samples/hana-cli
150+ SAP HANA database tools as MCP tools for AI assistants
client:Grok
transport:stdio
runtime:npm
Install SAP HANA CLI in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"hana-cli": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hana-cli"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs