Skip to content
MCP-BridgeMCP-Bridge
Databases

MySQLManagementClient MCP Config

The Microsoft Azure management API provides create, read, update, and delete functionality for Azure MySQL resources including servers, databases, firewall rules, VNET rules, security alert policies, log files and configurations with new business model.

Config URL

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

https://mcpbridge.org/config/azure-com-mysql-privatelinkresources.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "mcpServers": {
    "azure-com-mysql-privatelinkresources": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/azure-com-mysql-privatelinkresources"
      ],
      "env": {
        "MYSQLMANAGEMENTCLIENT_API_KEY": "your_mysqlmanagementclient_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "azure-com-mysql-privatelinkresources": {
      "url": "https://mcpbridge.org/config/azure-com-mysql-privatelinkresources.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "azure-com-mysql-privatelinkresources": {
      "url": "https://mcpbridge.org/config/azure-com-mysql-privatelinkresources.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/config/azure-com-mysql-privatelinkresources.json to fetch programmatically.

{
  "mcpServers": {
    "azure-com-mysql-privatelinkresources": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-mysql-privatelinkresources"],
      "env": {
      "MYSQLMANAGEMENTCLIENT_API_KEY": "your_mysqlmanagementclient_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://mcpbridge.org/config/azure-com-mysql-privatelinkresources.json

Environment Variables

MYSQLMANAGEMENTCLIENT_API_KEY

Replace your_mysqlmanagementclient_api_key with your actual mysqlmanagementclient api key

Endpoints

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

PrivateLinkResources_ListByServer

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/privateLinkResources/{groupName}

PrivateLinkResources_Get