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.jsonConfiguration 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
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.jsonEnvironment Variables
MANAGEMENTLINKCLIENT_API_KEYReplace your_managementlinkclient_api_key with your actual managementlinkclient api key
Endpoints
/providers/Microsoft.Resources/operationsOperations_List
/subscriptions/{subscriptionId}/providers/Microsoft.Resources/linksResourceLinks_ListAtSubscription
/{linkId}ResourceLinks_Get
/{linkId}ResourceLinks_CreateOrUpdate
/{linkId}ResourceLinks_Delete
/{scope}/providers/Microsoft.Resources/linksResourceLinks_ListAtSourceScope