MCP Server
MCP
io.github.arpe-io/fasttransfer-mcp
MCP server for FastTransfer — high-performance parallel data transfer between databases
Install
uvx fasttransfer-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "fasttransfer-mcp",
"version": "0.1.6",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to the FastTransfer binary (optional — server runs in preview-only mode without it)",
"format": "string",
"name": "FASTTRANSFER_PATH"
},
{
"description": "Execution timeout in seconds (default: 1800)",
"format": "string",
"name": "FASTTRANSFER_TIMEOUT"
},
{
"description": "Directory for execution logs (default: ./logs)",
"format": "string",
"name": "FASTTRANSFER_LOG_DIR"
},
{
"description": "Logging level: DEBUG, INFO, WARNING, ERROR (default: INFO)",
"format": "string",
"name": "LOG_LEVEL"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment