MCP Server
MCP
io.github.arpe-io/lakexpress-mcp
MCP server for LakeXpress — automated database-to-cloud data pipeline as Parquet
Install
uvx lakexpress-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "lakexpress-mcp",
"version": "0.1.6",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to the LakeXpress binary (optional — server runs in preview-only mode without it)",
"format": "string",
"name": "LAKEXPRESS_PATH"
},
{
"description": "Execution timeout in seconds (default: 3600)",
"format": "string",
"name": "LAKEXPRESS_TIMEOUT"
},
{
"description": "Directory for execution logs (default: ./logs)",
"format": "string",
"name": "LAKEXPRESS_LOG_DIR"
},
{
"description": "Path to FastBCP binary directory (auto-fills fastbcp_dir_path parameter)",
"format": "string",
"name": "FASTBCP_DIR_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