Odel
migratorxpress mcp

migratorxpress mcp

Local
@arpe-ioPythonMITUpdated 5mo ago

MCP server for MigratorXpress — cross-platform database migration with parallel transfer

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImigratorxpress-mcpv0.1.6

Run

uvx migratorxpress-mcp

MCP client config

{
  "mcpServers": {
    "migratorxpress-mcp": {
      "command": "uvx",
      "args": [
        "migratorxpress-mcp"
      ]
    }
  }
}