SAP HANA CLI for Cursor
io.github.sap-samples/hana-cli
150+ SAP HANA database tools as MCP tools for AI assistants
client:Cursor
transport:stdio
runtime:npm
Install SAP HANA CLI in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hana-cli": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hana-cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs