Cloud InfrastructureAuto-generated
AzureDeploymentManager MCP Server
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.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-deploymentmanager
Environment Variables
AZUREDEPLOYMENTMANAGER_API_KEYExample: your_azuredeploymentmanager_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-deploymentmanager": {
"command": "npx",
"args": ["-y","@mcp/azure-com-deploymentmanager"],
"env": {
"AZUREDEPLOYMENTMANAGER_API_KEY": "your_azuredeploymentmanager_api_key"
}
}
}
}Endpoints
GET
/subscriptions/{subscriptionId}/providers/Microsoft.DeploymentManager/operationsGets an operation resource.
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/artifactSources/{artifactSourceName}Gets an artifact source.
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/artifactSources/{artifactSourceName}Creates or updates an artifact source.
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/artifactSources/{artifactSourceName}Deletes an artifact source.
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/rollouts/{rolloutName}Gets detailed information of a rollout.
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/rollouts/{rolloutName}Creates or updates a rollout.
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/rollouts/{rolloutName}Deletes a rollout resource.
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/rollouts/{rolloutName}/cancelStops a running rollout.
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/rollouts/{rolloutName}/restartRestarts a failed rollout and optionally skips all succeeded steps.
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/serviceTopologies/{serviceTopologyName}Gets the service topology.