Skip to content
Claude Desktop

DBMigratePro Migrations for Claude Desktop

io.github.provydon/dbmigratepro-migrations

Move a database between providers, or convert MySQL to PostgreSQL, with integrity verified.

client:Claude Desktop transport:streamable-http

Install DBMigratePro Migrations in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "dbmigratepro-migrations": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://dbmigratepro.com/mcp-migrations"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

DBMigratePro Migrations in other clients