SAP HANA Performance MCP Server
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.
This commit is contained in:
20
.mcp.json.example
Normal file
20
.mcp.json.example
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user