Skip to content
MCP-BridgeMCP-Bridge
Databases

AWS Database Migration Service MCP Config

<fullname>Database Migration Service</fullname> <p>Database Migration Service (DMS) can migrate your data to and from the most widely used commercial and open-source databases such as Oracle, PostgreSQL, Microsoft SQL Server, Amazon Redshift, MariaDB, Amazon Aurora, MySQL, and SAP Adaptive Server En

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcpbridge.org/config/amazonaws-com-dms.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "mcpServers": {
    "amazonaws-com-dms": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-dms"
      ],
      "env": {
        "AWS_DATABASE_MIGRATION_SERVICE_API_KEY": "your_aws_database_migration_service_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-dms": {
      "url": "https://mcpbridge.org/config/amazonaws-com-dms.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-dms": {
      "url": "https://mcpbridge.org/config/amazonaws-com-dms.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/config/amazonaws-com-dms.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-dms": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-dms"],
      "env": {
      "AWS_DATABASE_MIGRATION_SERVICE_API_KEY": "your_aws_database_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://mcpbridge.org/config/amazonaws-com-dms.json

Environment Variables

AWS_DATABASE_MIGRATION_SERVICE_API_KEY

Replace your_aws_database_migration_service_api_key with your actual aws database migration service api key

Endpoints

POST/#X-Amz-Target=AmazonDMSv20160101.AddTagsToResource

AddTagsToResource

POST/#X-Amz-Target=AmazonDMSv20160101.ApplyPendingMaintenanceAction

ApplyPendingMaintenanceAction

POST/#X-Amz-Target=AmazonDMSv20160101.BatchStartRecommendations

BatchStartRecommendations

POST/#X-Amz-Target=AmazonDMSv20160101.CancelReplicationTaskAssessmentRun

CancelReplicationTaskAssessmentRun

POST/#X-Amz-Target=AmazonDMSv20160101.CreateEndpoint

CreateEndpoint

POST/#X-Amz-Target=AmazonDMSv20160101.CreateEventSubscription

CreateEventSubscription

POST/#X-Amz-Target=AmazonDMSv20160101.CreateFleetAdvisorCollector

CreateFleetAdvisorCollector

POST/#X-Amz-Target=AmazonDMSv20160101.CreateReplicationInstance

CreateReplicationInstance

POST/#X-Amz-Target=AmazonDMSv20160101.CreateReplicationSubnetGroup

CreateReplicationSubnetGroup

POST/#X-Amz-Target=AmazonDMSv20160101.CreateReplicationTask

CreateReplicationTask