PluginBench
MCP Server

DBMigratePro Backups MCP Server

io.github.provydon/dbmigratepro-backups

What is the DBMigratePro Backups MCP server?

Encrypted database backups and restore-to-any-host disaster recovery for MySQL and PostgreSQL.

How to install DBMigratePro Backups

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • Authorization
    required
    secret

    A DBMigratePro API token, created under Settings -> API Tokens. Scope it to the mcp:backups ability if you want this server limited to backups and restores.

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "dbmigratepro-backups": {
      "url": "https://dbmigratepro.com/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "dbmigratepro-backups": {
      "serverUrl": "https://dbmigratepro.com/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "dbmigratepro-backups": {
      "type": "http",
      "url": "https://dbmigratepro.com/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "dbmigratepro-backups": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://dbmigratepro.com/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http dbmigratepro-backups https://dbmigratepro.com/mcp

Related MCP servers

Keep a target database continuously in sync with a source on another provider, then promote it.

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