MCP Server
MCP
io.github.arpe-io/arpeio-mcp
Arpe.io MCP server for FastBCP, FastTransfer, LakeXpress, MigratorXpress
Install
uvx arpeio-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "arpeio-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to FastBCP binary (optional — preview-only mode without it)",
"format": "string",
"name": "FASTBCP_PATH"
},
{
"description": "Path to FastTransfer binary (optional)",
"format": "string",
"name": "FASTTRANSFER_PATH"
},
{
"description": "Path to LakeXpress binary (optional)",
"format": "string",
"name": "LAKEXPRESS_PATH"
},
{
"description": "Path to MigratorXpress binary (optional)",
"format": "string",
"name": "MIGRATORXPRESS_PATH"
},
{
"description": "Logging level: DEBUG, INFO, WARNING, ERROR (default: INFO)",
"format": "string",
"name": "LOG_LEVEL"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment