ComputeDiskAdminManagementClient MCP Config
The Admin Compute Disk Management Client.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-azsadmin-disks.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-azsadmin-disks.json to fetch programmatically.
{
"mcpServers": {
"azure-com-azsadmin-disks": {
"command": "npx",
"args": ["-y","@mcp/azure-com-azsadmin-disks"],
"env": {
"COMPUTEDISKADMINMANAGEMENTCLIENT_API_KEY": "your_computediskadminmanagementclient_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-azsadmin-disks.jsonEnvironment Variables
COMPUTEDISKADMINMANAGEMENTCLIENT_API_KEYReplace your_computediskadminmanagementclient_api_key with your actual computediskadminmanagementclient api key
Endpoints
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Compute.Admin/locations/{location}/disksDisks_List
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Compute.Admin/locations/{location}/disks/{DiskId}Disks_Get