Application Migration Service MCP Config
The Application Migration Service service.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-mgn.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-mgn.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-mgn": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-mgn"],
"env": {
"APPLICATION_MIGRATION_SERVICE_API_KEY": "your_application_migration_service_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/amazonaws-com-mgn.jsonEnvironment Variables
APPLICATION_MIGRATION_SERVICE_API_KEYReplace your_application_migration_service_api_key with your actual application migration service api key
Endpoints
POST
/ArchiveApplicationArchiveApplication
POST
/ArchiveWaveArchiveWave
POST
/AssociateApplicationsAssociateApplications
POST
/AssociateSourceServersAssociateSourceServers
POST
/ChangeServerLifeCycleStateChangeServerLifeCycleState
POST
/CreateApplicationCreateApplication
POST
/CreateLaunchConfigurationTemplateCreateLaunchConfigurationTemplate
POST
/CreateReplicationConfigurationTemplateCreateReplicationConfigurationTemplate
POST
/CreateWaveCreateWave
POST
/DeleteApplicationDeleteApplication