What is the DBMigratePro Migrations MCP server?
Move a database between providers, or convert MySQL to PostgreSQL, with integrity verified.
How to install DBMigratePro Migrations
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
AuthorizationrequiredsecretA DBMigratePro API token, created under Settings -> API Tokens. Scope it to the mcp:migrations ability if you want this server limited to migrations.
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"dbmigratepro-migrations": {
"url": "https://dbmigratepro.com/mcp-migrations"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"dbmigratepro-migrations": {
"serverUrl": "https://dbmigratepro.com/mcp-migrations"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"dbmigratepro-migrations": {
"type": "http",
"url": "https://dbmigratepro.com/mcp-migrations"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"dbmigratepro-migrations": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://dbmigratepro.com/mcp-migrations"
]
}
}
}Claude Code
claude mcp add --transport http dbmigratepro-migrations https://dbmigratepro.com/mcp-migrationsRelated MCP servers
Encrypted database backups and restore-to-any-host disaster recovery for MySQL and PostgreSQL.
Keep a target database continuously in sync with a source on another provider, then promote it.