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.json

Configuration JSON

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

{
  "mcpServers": {
    "azure-com-mariadb": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-mariadb"],
      "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.json

Environment Variables

MARIADBMANAGEMENTCLIENT_API_KEY

Replace your_mariadbmanagementclient_api_key with your actual mariadbmanagementclient api key

Endpoints

GET/providers/Microsoft.DBforMariaDB/operations

Operations_List

POST/subscriptions/{subscriptionId}/providers/Microsoft.DBforMariaDB/checkNameAvailability

CheckNameAvailability_Execute

GET/subscriptions/{subscriptionId}/providers/Microsoft.DBforMariaDB/locations/{locationName}/performanceTiers

LocationBasedPerformanceTier_List

GET/subscriptions/{subscriptionId}/providers/Microsoft.DBforMariaDB/locations/{locationName}/recommendedActionSessionsAzureAsyncOperation/{operationId}

LocationBasedRecommendedActionSessionsOperationStatus_Get

GET/subscriptions/{subscriptionId}/providers/Microsoft.DBforMariaDB/locations/{locationName}/recommendedActionSessionsOperationResults/{operationId}

LocationBasedRecommendedActionSessionsResult_List

GET/subscriptions/{subscriptionId}/providers/Microsoft.DBforMariaDB/servers

Servers_List

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

Servers_ListByResourceGroup

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

Servers_Get

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

Servers_Create

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

Servers_Delete