Quick Start
You can get started in one minute with your existing AI assistant: a video setup with Claude Desktop and Claude Code is also available here for reference.
You need:
- a Bauplan API key properly configured in your local config file (default profile) - the server will pick it up automatically (see below for alternative authentication methods);
- uv (or a standard
pip
managed virtual environment, see below); - an AI platform able to leverage the MCP, as for example Claude Code, Cursor, Claude Desktop.
Start the server with:
uv sync
uv run python main.py --transport streamable-http
The MCP server is now available at http://localhost:8000/mcp
. You can configure the server in Claude Code for example with:
claude mcp add -t http mcp-bauplan "<http://localhost:8000/mcp>"
Similar commands can be run on Claude Desktop or Cursor to enable the AI to access the server.
Et voilĂ ! You can now start asking your AI questions about your data lakehouse (and much more!).