Wraps MigratorXpress, a cross-platform database migration tool, so Claude can help you move data between Oracle, PostgreSQL, SQL Server, and Netezza. You get six tools: preview_command builds CLI invocations, execute_command runs them with confirmation, validate_auth_file checks credential JSON, list_capabilities shows supported databases and modes, suggest_workflow recommends task sequences for your source and target pair, and get_version reports capabilities. The typical flow is translate DDL, create tables, transfer data in parallel, diff row counts, then copy constraints. Handles the auth files, timeout configuration, and command building so you can orchestrate migrations conversationally instead of wrangling CLI flags.
claude mcp add --transport stdio arpe-io-migratorxpress-mcp -- uvx migratorxpress-mcp