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_PATHPath to FastBCP binary (optional — preview-only mode without it)
FASTTRANSFER_PATHPath to FastTransfer binary (optional)
LAKEXPRESS_PATHPath to LakeXpress binary (optional)
MIGRATORXPRESS_PATHPath to MigratorXpress binary (optional)
LOG_LEVELLogging 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-mcpRelated MCP servers
io.github.arpe-io/fastbcp-mcp
Maintained
MCP server for FastBCP — high-performance parallel database export to files and cloud
1
View repository →Python
MIT
io.github.arpe-io/fasttransfer-mcp
Maintained
MCP server for FastTransfer — high-performance parallel data transfer between databases
1
View repository →Python
MIT
io.github.arpe-io/lakexpress-mcp
Maintained
MCP server for LakeXpress — automated database-to-cloud data pipeline as Parquet
1
View repository →Python
MIT
io.github.arpe-io/migratorxpress-mcp
Maintained
MCP server for MigratorXpress — cross-platform database migration with parallel transfer
0
View repository →Python
MIT