Skip to main content
Glama
arpe-io

MigratorXpress MCP Server

by arpe-io

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoServer logging levelINFO
MIGRATORXPRESS_PATHNoPath to MigratorXpress binary./MigratorXpress
MIGRATORXPRESS_LOG_DIRNoDirectory for execution logs./logs
MIGRATORXPRESS_TIMEOUTNoCommand execution timeout in seconds3600

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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