io.github.arpe-io/arpeio-mcp✓
io.github.arpe-io/arpeio-mcp · v0.1.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.arpe-io/arpeio-mcp",
"description": "Arpe.io MCP server for FastBCP, FastTransfer, LakeXpress, MigratorXpress",
"repository": {
"url": "https://github.com/arpe-io/arpeio-mcp",
"source": "github"
},
"version": "0.1.1",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}