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.
One-click editor setup isnβt available for this listing yet β we donβt have a confirmed install command, and weβd rather show nothing than point your editor at the wrong package or host. Follow the projectβs own setup instructions, linked above.
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.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
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>