MCP server for MigratorXpress β cross-platform database migration with parallel transfer
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
A Model Context Protocol (MCP) server for MigratorXpress, enabling database migration between heterogeneous database systems through AI assistants.
MigratorXpress supports migrating from Oracle, PostgreSQL, SQL Server, and Netezza to PostgreSQL or SQL Server targets.
Or install dependencies directly:
| Variable | Default | Description |
|---|---|---|
MIGRATORXPRESS_PATH | ./MigratorXpress | Path to MigratorXpress binary |
MIGRATORXPRESS_TIMEOUT | 3600 | Command execution timeout in seconds |
MIGRATORXPRESS_LOG_DIR | ./logs | Directory for execution logs |
LOG_LEVEL | INFO | Server logging level |
Copy .env.example to .env and adjust values:
Add to your Claude Code MCP settings:
preview_commandBuild and preview a MigratorXpress CLI command without executing it. License text is automatically masked in the display output.
Required parameters: auth_file, source_db_auth_id, source_db_name, target_db_auth_id, target_db_name, migration_db_auth_id
execute_commandExecute a previously previewed command. Requires confirmation: true as a safety mechanism.
validate_auth_fileValidate that an authentication file exists, is valid JSON, and optionally check for specific auth_id entries.
list_capabilitiesList supported source/target databases, tasks, migration DB modes, load modes, and FK modes.
suggest_workflowGiven a source database type, target database type, and optional constraint flag, suggest the full sequence of migration tasks with example commands.
get_versionReport MigratorXpress version and capabilities.
A typical migration from Oracle to PostgreSQL:
Or run all steps in a single invocation with --task_list all.
MIT
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/migratorxpress-mcp)<a href="https://allmcps.com/mcp/migratorxpress-mcp"><img src="https://allmcps.com/api/badge/migratorxpress-mcp?style=directory" alt="Migratorxpress Mcp on AllMCPs" /></a>