DatabasesAuto-generated
MariaDBManagementClient MCP Server
The Microsoft Azure management API provides create, read, update, and delete functionality for Azure MariaDB resources including servers, databases, firewall rules, VNET rules, log files and configurations with new business model.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-mariadb-queryperformanceinsights
Environment Variables
MARIADBMANAGEMENTCLIENT_API_KEYExample: your_mariadbmanagementclient_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-mariadb-queryperformanceinsights": {
"command": "npx",
"args": ["-y","@mcp/azure-com-mariadb-queryperformanceinsights"],
"env": {
"MARIADBMANAGEMENTCLIENT_API_KEY": "your_mariadbmanagementclient_api_key"
}
}
}
}Endpoints
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMariaDB/servers/{serverName}/queryTextsQueryTexts_ListByServer
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMariaDB/servers/{serverName}/queryTexts/{queryId}QueryTexts_Get
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMariaDB/servers/{serverName}/topQueryStatisticsTopQueryStatistics_ListByServer
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMariaDB/servers/{serverName}/topQueryStatistics/{queryStatisticId}TopQueryStatistics_Get
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMariaDB/servers/{serverName}/waitStatisticsWaitStatistics_ListByServer
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMariaDB/servers/{serverName}/waitStatistics/{waitStatisticsId}WaitStatistics_Get