Skip to content
MCP-BridgeMCP-Bridge
Developer Tools

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://mcpbridge.org/config/azure-com-azsadmin-disks.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-azsadmin-disks": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/azure-com-azsadmin-disks"
      ],
      "env": {
        "COMPUTEDISKADMINMANAGEMENTCLIENT_API_KEY": "your_computediskadminmanagementclient_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

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

VS Code

Use with MCP extension

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

Configuration JSON

Use curl https://mcpbridge.org/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

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

Environment Variables

COMPUTEDISKADMINMANAGEMENTCLIENT_API_KEY

Replace your_computediskadminmanagementclient_api_key with your actual computediskadminmanagementclient api key

Endpoints

GET/subscriptions/{subscriptionId}/providers/Microsoft.Compute.Admin/locations/{location}/disks

Disks_List

GET/subscriptions/{subscriptionId}/providers/Microsoft.Compute.Admin/locations/{location}/disks/{DiskId}

Disks_Get