MySQLManagementClient MCP Config
The Microsoft Azure management API provides create, read, update, and delete functionality for Azure MySQL resources including servers, databases, firewall rules, log files and configurations.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-mysql.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-mysql.json to fetch programmatically.
{
"mcpServers": {
"azure-com-mysql": {
"command": "npx",
"args": ["-y","@mcp/azure-com-mysql"],
"env": {
"MYSQLMANAGEMENTCLIENT_API_KEY": "your_mysqlmanagementclient_api_key"
}
}
}
}How to Use
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-mysql.jsonEnvironment Variables
MYSQLMANAGEMENTCLIENT_API_KEYReplace your_mysqlmanagementclient_api_key with your actual mysqlmanagementclient api key
Endpoints
GET
/providers/Microsoft.DBforMySQL/operationsOperations_List
POST
/subscriptions/{subscriptionId}/providers/Microsoft.DBforMySQL/checkNameAvailabilityCheckNameAvailability_Execute
GET
/subscriptions/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/performanceTiersLocationBasedPerformanceTier_List
GET
/subscriptions/{subscriptionId}/providers/Microsoft.DBforMySQL/performanceTiersPerformanceTiers_List
GET
/subscriptions/{subscriptionId}/providers/Microsoft.DBforMySQL/serversServers_List
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/serversServers_ListByResourceGroup
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}Servers_Get
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}Servers_CreateOrUpdate
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}Servers_Delete
PATCH
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}Servers_Update