AzureDeploymentManager MCP Config
REST APIs for orchestrating deployments using the Azure Deployment Manager (ADM). See https://docs.microsoft.com/en-us/azure/azure-resource-manager/deployment-manager-overview for more information.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-deploymentmanager.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-deploymentmanager.json to fetch programmatically.
{
"mcpServers": {
"azure-com-deploymentmanager": {
"command": "npx",
"args": ["-y","@mcp/azure-com-deploymentmanager"],
"env": {
"AZUREDEPLOYMENTMANAGER_API_KEY": "your_azuredeploymentmanager_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-deploymentmanager.jsonEnvironment Variables
AZUREDEPLOYMENTMANAGER_API_KEYReplace your_azuredeploymentmanager_api_key with your actual azuredeploymentmanager api key
Endpoints
/subscriptions/{subscriptionId}/providers/Microsoft.DeploymentManager/operationsGets an operation resource.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/artifactSources/{artifactSourceName}Gets an artifact source.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/artifactSources/{artifactSourceName}Creates or updates an artifact source.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/artifactSources/{artifactSourceName}Deletes an artifact source.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/rollouts/{rolloutName}Gets detailed information of a rollout.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/rollouts/{rolloutName}Creates or updates a rollout.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/rollouts/{rolloutName}Deletes a rollout resource.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/rollouts/{rolloutName}/cancelStops a running rollout.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/rollouts/{rolloutName}/restartRestarts a failed rollout and optionally skips all succeeded steps.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/serviceTopologies/{serviceTopologyName}Gets the service topology.