← Index

io.github.arpe-io/lakexpress-mcp

io.github.arpe-io/lakexpress-mcp·v0.1.6·Other
Quality Score
79
/100

MCP server for LakeXpress — automated database-to-cloud data pipeline as Parquet

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "lakexpress-mcp": {
      "command": "uvx",
      "args": [
        "lakexpress-mcp"
      ],
      "env": {
        "LAKEXPRESS_PATH": "<lakexpress_path>",
        "LAKEXPRESS_TIMEOUT": "<lakexpress_timeout>",
        "LAKEXPRESS_LOG_DIR": "<lakexpress_log_dir>",
        "FASTBCP_DIR_PATH": "<fastbcp_dir_path>",
        "LOG_LEVEL": "<log_level>"
      }
    }
  }
}
§02  Environment variables
LAKEXPRESS_PATH

Path to the LakeXpress binary (optional — server runs in preview-only mode without it)

LAKEXPRESS_TIMEOUT

Execution timeout in seconds (default: 3600)

LAKEXPRESS_LOG_DIR

Directory for execution logs (default: ./logs)

FASTBCP_DIR_PATH

Path to FastBCP binary directory (auto-fills fastbcp_dir_path parameter)

LOG_LEVEL

Logging level: DEBUG, INFO, WARNING, ERROR (default: INFO)

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other