HatriGt/hana-mcp-server
SAP HANA MCP server — Enterprise Model Context Protocol server for SAP HANA. Use with Claude Code, VS Code. npm: hana-mcp-server
Platform-specific configuration:
{
"mcpServers": {
"hana-mcp-server": {
"command": "npx",
"args": [
"-y",
"hana-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.npmjs.com/package/hana-mcp-server) [](https://www.npmjs.com/package/hana-mcp-server) [](https://nodejs.org/) [](LICENSE) [](https://modelcontextprotocol.io/)
SAP HANA MCP Server implements the Model Context Protocol for SAP HANA and SAP HANA Cloud. AI clients discover schema, run SQL with guardrails, and optionally merge business/domain metadata so agents interpret codes and tables consistently—without replacing your database as the system of record.
---
| Document | Purpose | |----------|---------| | This README | Prerequisites, install, how to wire each client, capability summary, configuration cheat sheet, troubleshooting | | CHANGELOG.md | Release history — features and fixes by version (0.2.x, latest 0.2.2) | | docs/README.md | Index of /docs | | docs/ENVIRONMENT.md | Authoritative env reference: every variable, defaults, hard bounds, HTTP auth, security notes | | docs/configuration-samples.md | Copy-paste: connection profiles (single-container, MDC), semantics JSON, paging pointers | | docs/local-http-mcp.md | Local HTTP MCP: npm run start:http, Cursor mcp.json, curl smoke checks |
---
---
Loading reviews...