Skip to content
MCP-Bridge
Databases

MariaDBManagementClient MCP Config

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.

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/azure-com-mariadb-queryperformanceinsights.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/azure-com-mariadb-queryperformanceinsights.json to fetch programmatically.

{
  "mcpServers": {
    "azure-com-mariadb-queryperformanceinsights": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-mariadb-queryperformanceinsights"],
      "env": {
      "MARIADBMANAGEMENTCLIENT_API_KEY": "your_mariadbmanagementclient_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/azure-com-mariadb-queryperformanceinsights.json

Environment Variables

MARIADBMANAGEMENTCLIENT_API_KEY

Replace your_mariadbmanagementclient_api_key with your actual mariadbmanagementclient api key

Endpoints

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMariaDB/servers/{serverName}/queryTexts

QueryTexts_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}/topQueryStatistics

TopQueryStatistics_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}/waitStatistics

WaitStatistics_ListByServer

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMariaDB/servers/{serverName}/waitStatistics/{waitStatisticsId}

WaitStatistics_Get