Azure Migrate MCP Config
Move your workloads to Azure.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-migrate.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-migrate.json to fetch programmatically.
{
"mcpServers": {
"azure-com-migrate": {
"command": "npx",
"args": ["-y","@mcp/azure-com-migrate"],
"env": {
"AZURE_MIGRATE_API_KEY": "your_azure_migrate_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-migrate.jsonEnvironment Variables
AZURE_MIGRATE_API_KEYReplace your_azure_migrate_api_key with your actual azure migrate api key
Endpoints
/providers/Microsoft.Migrate/operationsGet list of operations supported in the API.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/assessmentsGet all assessments created in the project.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/groupsGet all groups
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/groups/{groupName}Get a specific group.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/groups/{groupName}Create a new group with specified settings. If group with the name provided already exists, then the existing group is updated.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/groups/{groupName}Delete the group
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/groups/{groupName}/assessmentsGet all assessments created for the specified group.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/groups/{groupName}/assessments/{assessmentName}Get an assessment.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/groups/{groupName}/assessments/{assessmentName}Create or Update assessment.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/groups/{groupName}/assessments/{assessmentName}Deletes an assessment from the project.