MigratorXpress MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Server logging level | INFO |
| MIGRATORXPRESS_PATH | No | Path to MigratorXpress binary | ./MigratorXpress |
| MIGRATORXPRESS_LOG_DIR | No | Directory for execution logs | ./logs |
| MIGRATORXPRESS_TIMEOUT | No | Command execution timeout in seconds | 3600 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| preview_commandA | Build and preview a MigratorXpress CLI command WITHOUT executing it. This shows the exact command that will be run. Use this FIRST before executing any command. License text is masked in the display output. |
| execute_commandA | Execute a MigratorXpress command that was previously previewed. IMPORTANT: You must set confirmation=true to execute. This is a safety mechanism to prevent accidental execution. |
| validate_auth_fileA | Validate that an authentication file exists, is valid JSON, and optionally check for specific auth_id entries. |
| list_capabilitiesA | List supported source databases, target databases, migration database types, tasks, migration DB modes, load modes, and FK modes. |
| suggest_workflowA | Given a source database type, target database type, and optional constraint flag, suggest the full sequence of MigratorXpress tasks with example commands. |
| get_versionA | Get the detected MigratorXpress binary version, capabilities, and supported databases, tasks, and modes. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/arpe-io/migratorxpress-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server