Update Management MCP Config
APIs for managing software update configurations.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-automation-softwareupdateconfigurationrun.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-automation-softwareupdateconfigurationrun.json to fetch programmatically.
{
"mcpServers": {
"azure-com-automation-softwareupdateconfigurationrun": {
"command": "npx",
"args": ["-y","@mcp/azure-com-automation-softwareupdateconfigurationrun"],
"env": {
"UPDATE_MANAGEMENT_API_KEY": "your_update_management_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-automation-softwareupdateconfigurationrun.jsonEnvironment Variables
UPDATE_MANAGEMENT_API_KEYReplace your_update_management_api_key with your actual update management api key
Endpoints
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurationRunsSoftwareUpdateConfigurationRuns_List
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurationRuns/{softwareUpdateConfigurationRunId}SoftwareUpdateConfigurationRuns_GetById