Azure Migrate Hub MCP Config
Migrate 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-migrateprojects-migrate.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-migrateprojects-migrate.json to fetch programmatically.
{
"mcpServers": {
"azure-com-migrateprojects-migrate": {
"command": "npx",
"args": ["-y","@mcp/azure-com-migrateprojects-migrate"],
"env": {
"AZURE_MIGRATE_HUB_API_KEY": "your_azure_migrate_hub_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-migrateprojects-migrate.jsonEnvironment Variables
AZURE_MIGRATE_HUB_API_KEYReplace your_azure_migrate_hub_api_key with your actual azure migrate hub api key
Endpoints
/providers/Microsoft.Migrate/operationsGet list of operations supported in the API.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}Method to get a migrate project.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}Method to create or update a migrate project.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}Delete the migrate project
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}Update migrate project.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}/databaseInstancesGets a list of database instances in the migrate project.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}/databaseInstances/{databaseInstanceName}Gets a database instance in the migrate project.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}/databasesGets a list of databases in the migrate project.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}/databases/{databaseName}Gets a database in the migrate project.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}/machinesGets a list of machines in the migrate project.