Skip to content
MCP-Bridge
Cloud Infrastructure

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.json

Configuration 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

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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.json

Environment Variables

AZURE_MIGRATE_HUB_API_KEY

Replace your_azure_migrate_hub_api_key with your actual azure migrate hub api key

Endpoints

GET/providers/Microsoft.Migrate/operations

Get list of operations supported in the API.

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}

Method to get a migrate project.

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}

Method to create or update a migrate project.

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}

Delete the migrate project

PATCH/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}

Update migrate project.

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}/databaseInstances

Gets a list of database instances in the migrate project.

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}/databaseInstances/{databaseInstanceName}

Gets a database instance in the migrate project.

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}/databases

Gets a list of databases in the migrate project.

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}/databases/{databaseName}

Gets a database in the migrate project.

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}/machines

Gets a list of machines in the migrate project.