Skip to content
MCP-Bridge
Developer Tools

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

Configuration 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

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/amazonaws-com-mgn.json

Environment Variables

APPLICATION_MIGRATION_SERVICE_API_KEY

Replace your_application_migration_service_api_key with your actual application migration service api key

Endpoints

POST/ArchiveApplication

ArchiveApplication

POST/ArchiveWave

ArchiveWave

POST/AssociateApplications

AssociateApplications

POST/AssociateSourceServers

AssociateSourceServers

POST/ChangeServerLifeCycleState

ChangeServerLifeCycleState

POST/CreateApplication

CreateApplication

POST/CreateLaunchConfigurationTemplate

CreateLaunchConfigurationTemplate

POST/CreateReplicationConfigurationTemplate

CreateReplicationConfigurationTemplate

POST/CreateWave

CreateWave

POST/DeleteApplication

DeleteApplication