← Back to Plugins
MCP Server MCP

DBMigratePro Continuous Migration

MCP Registry publisher By MCP Registry publisher 👁 1 views ▲ 0 votes

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

Homepage Verified source

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://dbmigratepro.com/mcp-replicas",
      "headers": [
        {
          "description": "A DBMigratePro API token, created under Settings -> API Tokens. Scope it to the mcp:replicas ability if you want this server limited to continuous migration.",
          "isRequired": true,
          "format": "string",
          "value": "Bearer {token}",
          "isSecret": true,
          "variables": {
            "token": {
              "description": "The API token value, shown once when you create it.",
              "isRequired": true,
              "format": "string",
              "isSecret": true
            }
          },
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...