Skip to content
MCP-Bridge
Cloud Infrastructure

ManagementLinkClient MCP Config

Azure resources can be linked together to form logical relationships. You can establish links between resources belonging to different resource groups. However, all the linked resources must belong to the same subscription. Each resource can be linked to 50 other resources. If any of the linked reso

Config URL

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

https://mcp-bridge.pages.dev/config/azure-com-resources-links.json

Configuration JSON

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

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

Environment Variables

MANAGEMENTLINKCLIENT_API_KEY

Replace your_managementlinkclient_api_key with your actual managementlinkclient api key

Endpoints

GET/providers/Microsoft.Resources/operations

Operations_List

GET/subscriptions/{subscriptionId}/providers/Microsoft.Resources/links

ResourceLinks_ListAtSubscription

GET/{linkId}

ResourceLinks_Get

PUT/{linkId}

ResourceLinks_CreateOrUpdate

DELETE/{linkId}

ResourceLinks_Delete

GET/{scope}/providers/Microsoft.Resources/links

ResourceLinks_ListAtSourceScope