← Back to browse

lakexpress-mcp

Indexed by io.github.arpe-io

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsLAKEXPRESS_PATH LAKEXPRESS_TIMEOUT LAKEXPRESS_LOG_DIR FASTBCP_DIR_PATH LOG_LEVEL
Claude Code
claude mcp add --env LAKEXPRESS_PATH= --env LAKEXPRESS_TIMEOUT= --env LAKEXPRESS_LOG_DIR= --env FASTBCP_DIR_PATH= --env LOG_LEVEL= lakexpress-mcp -- uvx lakexpress-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"lakexpress-mcp","command":"uvx","args":["lakexpress-mcp"],"env":{"LAKEXPRESS_PATH":"","LAKEXPRESS_TIMEOUT":"","LAKEXPRESS_LOG_DIR":"","FASTBCP_DIR_PATH":"","LOG_LEVEL":""}}'
JSON
{
  "mcpServers": {
    "lakexpress-mcp": {
      "command": "uvx",
      "args": [
        "lakexpress-mcp"
      ],
      "env": {
        "LAKEXPRESS_PATH": "",
        "LAKEXPRESS_TIMEOUT": "",
        "LAKEXPRESS_LOG_DIR": "",
        "FASTBCP_DIR_PATH": "",
        "LOG_LEVEL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.