PluginBench
MCP Server
Active
MIT

io.github.arpe-io/arpeio-mcp MCP Server

io.github.arpe-io/arpeio-mcp

What is the io.github.arpe-io/arpeio-mcp MCP server?

Arpe.io MCP server for FastBCP, FastTransfer, LakeXpress, MigratorXpress

How to install io.github.arpe-io/arpeio-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • FASTBCP_PATH

    Path to FastBCP binary (optional — preview-only mode without it)

  • FASTTRANSFER_PATH

    Path to FastTransfer binary (optional)

  • LAKEXPRESS_PATH

    Path to LakeXpress binary (optional)

  • MIGRATORXPRESS_PATH

    Path to MigratorXpress binary (optional)

  • LOG_LEVEL

    Logging level: DEBUG, INFO, WARNING, ERROR (default: INFO)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "arpeio-mcp": {
      "command": "uvx",
      "args": [
        "arpeio-mcp"
      ],
      "env": {
        "FASTBCP_PATH": "<YOUR_FASTBCP_PATH>",
        "FASTTRANSFER_PATH": "<YOUR_FASTTRANSFER_PATH>",
        "LAKEXPRESS_PATH": "<YOUR_LAKEXPRESS_PATH>",
        "MIGRATORXPRESS_PATH": "<YOUR_MIGRATORXPRESS_PATH>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "arpeio-mcp": {
      "command": "uvx",
      "args": [
        "arpeio-mcp"
      ],
      "env": {
        "FASTBCP_PATH": "<YOUR_FASTBCP_PATH>",
        "FASTTRANSFER_PATH": "<YOUR_FASTTRANSFER_PATH>",
        "LAKEXPRESS_PATH": "<YOUR_LAKEXPRESS_PATH>",
        "MIGRATORXPRESS_PATH": "<YOUR_MIGRATORXPRESS_PATH>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "arpeio-mcp": {
      "command": "uvx",
      "args": [
        "arpeio-mcp"
      ],
      "env": {
        "FASTBCP_PATH": "<YOUR_FASTBCP_PATH>",
        "FASTTRANSFER_PATH": "<YOUR_FASTTRANSFER_PATH>",
        "LAKEXPRESS_PATH": "<YOUR_LAKEXPRESS_PATH>",
        "MIGRATORXPRESS_PATH": "<YOUR_MIGRATORXPRESS_PATH>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "arpeio-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "arpeio-mcp"
      ],
      "env": {
        "FASTBCP_PATH": "<YOUR_FASTBCP_PATH>",
        "FASTTRANSFER_PATH": "<YOUR_FASTTRANSFER_PATH>",
        "LAKEXPRESS_PATH": "<YOUR_LAKEXPRESS_PATH>",
        "MIGRATORXPRESS_PATH": "<YOUR_MIGRATORXPRESS_PATH>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Claude Code
claude mcp add arpeio-mcp --env FASTBCP_PATH=<YOUR_FASTBCP_PATH> --env FASTTRANSFER_PATH=<YOUR_FASTTRANSFER_PATH> --env LAKEXPRESS_PATH=<YOUR_LAKEXPRESS_PATH> --env MIGRATORXPRESS_PATH=<YOUR_MIGRATORXPRESS_PATH> --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- uvx arpeio-mcp

Related MCP servers

MCP server for FastBCP — high-performance parallel database export to files and cloud

1
Python
MIT
View repository →

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

1
Python
MIT
View repository →

MCP server for LakeXpress — automated database-to-cloud data pipeline as Parquet

1
Python
MIT
View repository →

MCP server for MigratorXpress — cross-platform database migration with parallel transfer

0
Python
MIT
View repository →