Odel
fasttransfer mcp

fasttransfer mcp

Local
@arpe-io1PythonMITUpdated 5mo ago

MCP server for FastTransfer — high-performance parallel data transfer between databases

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIfasttransfer-mcpv0.1.6

Run

uvx fasttransfer-mcp

MCP client config

{
  "mcpServers": {
    "fasttransfer-mcp": {
      "command": "uvx",
      "args": [
        "fasttransfer-mcp"
      ]
    }
  }
}