Server data from the Official MCP Registry
Arpe.io MCP server for FastBCP, FastTransfer, LakeXpress, MigratorXpress
Arpe.io MCP server for FastBCP, FastTransfer, LakeXpress, MigratorXpress
Set these up before or after installing:
Environment variable: FASTBCP_PATH
Environment variable: FASTTRANSFER_PATH
Environment variable: LAKEXPRESS_PATH
Environment variable: MIGRATORXPRESS_PATH
Environment variable: LOG_LEVEL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-arpe-io-arpeio-mcp": {
"env": {
"LOG_LEVEL": "your-log-level-here",
"FASTBCP_PATH": "your-fastbcp-path-here",
"LAKEXPRESS_PATH": "your-lakexpress-path-here",
"FASTTRANSFER_PATH": "your-fasttransfer-path-here",
"MIGRATORXPRESS_PATH": "your-migratorxpress-path-here"
},
"args": [
"arpeio-mcp"
],
"command": "uvx"
}
}
}This MCP server provides unified access to Arpe.io database tools with environment-based configuration. While the code shows good structure and permission scoping, moderate concerns include potential shell injection risks and extensive file system access for both executable paths and configuration data. Supply chain analysis found 4 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
Scanned 3 files · 8 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!