← Back to Plugins
MCP Server MCP

io.github.arpe-io/fasttransfer-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...