MCP server for FastTransfer β high-performance parallel data transfer between databases
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 that exposes FastTransfer functionality for efficient data transfer between various database systems.
FastTransfer is a high-performance CLI tool for transferring data between databases. This MCP server wraps FastTransfer functionality and provides:
preview_transfer_commandBuild and preview a FastTransfer command WITHOUT executing it. Shows the exact command with passwords masked. Always use this first.
execute_transferExecute a previously previewed command. Requires confirmation: true as a safety mechanism.
validate_connectionValidate database connection parameters (parameter check only, does not test actual connectivity).
list_supported_combinationsList all supported source-to-target database combinations.
suggest_parallelism_methodRecommend the optimal parallelism method based on source database type and table characteristics.
get_versionReport the detected FastTransfer binary version, supported types, and feature flags.
Clone or download this repository:
Install Python dependencies:
Configure environment:
Add to Claude Code configuration (~/.claude.json):
Restart Claude Code to load the MCP server.
Verify installation:
Edit .env to configure:
The server supports multiple ways to authenticate and connect:
| Parameter | Description |
|---|---|
server | Host:port or host\instance (optional with connect_string or dsn) |
user / password | Standard credentials |
trusted_auth | Windows trusted authentication |
connect_string | Full connection string (excludes server/user/password/dsn) |
dsn | ODBC DSN name (excludes server/provider) |
provider | OleDB provider name |
file_input | File path for data input (source only, excludes query) |
| Option | CLI Flag | Description |
|---|---|---|
method | --method | Parallelism method |
distribute_key_column | --distributeKeyColumn | Column for data distribution |
degree | --degree | Parallelism degree (0=auto, >0=fixed, <0=CPU adaptive) |
load_mode | --loadmode | Append or Truncate |
batch_size | --batchsize | Batch size for bulk operations |
map_method | --mapmethod | Column mapping: Position or Name |
run_id | --runid | Run ID for logging |
data_driven_query | --datadrivenquery | Custom SQL for DataDriven method |
use_work_tables | --useworktables | Intermediate work tables for CCI |
settings_file | --settingsfile | Custom settings JSON file |
log_level | --loglevel | Override log level (error/warning/information/debug/fatal) |
no_banner | --nobanner | Suppress banner output |
license_path | --license | License file path or URL |
This server implements a mandatory two-step process:
preview_transfer_command firstexecute_transfer with confirmation: trueYou cannot execute without previewing first and confirming.
--sourcepassword, --targetpassword, --sourceconnectstring, --targetconnectstring, -x, -X, -g, -GRun the test suite:
This MCP server wrapper is provided as-is. FastTransfer itself is a separate product from Arpe.io.
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/fasttransfer-mcp)<a href="https://allmcps.com/mcp/fasttransfer-mcp"><img src="https://allmcps.com/api/badge/fasttransfer-mcp?style=directory" alt="Fasttransfer Mcp on AllMCPs" /></a>