SAP HANA CLI
Rank #1,936io.github.SAP-samples/hana-cli
150+ SAP HANA database tools as MCP tools for AI assistants
SAP HANA CLI is a Model Context Protocol (MCP) server published by sap-samples. It ranks #1,936 of 132,046 servers tracked on MCP Toplist, and its repository has 112 GitHub stars. SAP HANA CLI is listed across 2 registries — Official MCP and PulseMCP, with 5 tracked versions. It was first listed on Nov 25, 2024 and most recently updated on Jul 14, 2026.
Ranks ahead of 130,110 of 132,046 servers on MCP Toplist.
Use SAP HANA CLI
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add hana-cli -- npx -y -p hana-cli hana-cli-mcp hana-cli[mcp_servers.hana-cli]
command = "npx"
args = ["-y", "-p", "hana-cli", "hana-cli-mcp", "hana-cli"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"hana-cli": {
"command": "npx",
"args": [
"-y",
"-p",
"hana-cli",
"hana-cli-mcp",
"hana-cli"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"hana-cli": {
"command": "npx",
"args": [
"-y",
"-p",
"hana-cli",
"hana-cli-mcp",
"hana-cli"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"hana-cli": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"-p",
"hana-cli",
"hana-cli-mcp",
"hana-cli"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"hana-cli": {
"command": "npx",
"args": [
"-y",
"-p",
"hana-cli",
"hana-cli-mcp",
"hana-cli"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"hana-cli": {
"command": "npx",
"args": [
"-y",
"-p",
"hana-cli",
"hana-cli-mcp",
"hana-cli"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.SAP-samples%2Fhana-cli)<a href="https://mcptoplist.com/server/io.github.SAP-samples%2Fhana-cli"><img src="https://mcptoplist.com/badge/io.github.SAP-samples%2Fhana-cli.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
sap-samples
Available versions (5)
| Version | Published |
|---|---|
| 4.202607.1 | Jul 14, 2026 |
| 4.202607.0 | Jul 11, 2026 |
| 4.202605.2 | May 14, 2026 |
| 4.202605.1 | May 1, 2026 |
| 4.202604.0 | Apr 23, 2026 |
Frequently asked questions
- Who maintains SAP HANA CLI?
- SAP HANA CLI is maintained by sap-samples, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is SAP HANA CLI listed on the Official MCP Registry?
- Yes — SAP HANA CLI is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does SAP HANA CLI have?
- MCP Toplist tracks 5 versions of SAP HANA CLI, most recently published on Jul 14, 2026.
- Where can I find the source code for SAP HANA CLI?
- The source code for SAP HANA CLI is hosted at github.com/sap-samples/hana-developer-cli-tool-example.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.