MCP server for SAP HANA performance analysis: query plan capture, PlanViz export, expensive statement monitoring, plan cache inspection, table statistics, memory stats, and active session tracking.
21 lines
491 B
JSON
21 lines
491 B
JSON
{
|
|
"mcpServers": {
|
|
"hana-performance": {
|
|
"command": "uv",
|
|
"args": [
|
|
"--directory", "/path/to/HANAPerformanceMCP",
|
|
"run", "hana-performance-mcp"
|
|
],
|
|
"env": {
|
|
"HANA_HOST": "your-hana-host",
|
|
"HANA_PORT": "30015",
|
|
"HANA_USER": "DBADMIN",
|
|
"HANA_PASSWORD": "your-password",
|
|
"HANA_ENCRYPT": "true",
|
|
"HANA_SSLVALIDATECERTIFICATE": "false",
|
|
"HANA_DATABASE_NAME": "your-tenant-db"
|
|
}
|
|
}
|
|
}
|
|
}
|