CLI Reference
Install CLI
bash -i <(curl -fsSL https://fiveonefour.com/install.sh) aurora
Commands
init
Creates a data engineering project with Moose, with Aurora MCP preconfigured.
aurora init <project-name> <template-name> <--mcp <host>> <--location <location>>
Common Arguments & Flags
For New Projects
For Projects from a Pre-existing ClickHouse Database
connect
Connects to an existing data source. Currently only clickhouse
is supported.
aurora connect clickhouse <--connection-string <connection-string>> <--mcp <claude-desktop>>
Arguments / Flags
setup
Takes an existing data engineering project build with Moose and configures Aurora MCP for it.
aurora setup [path] <--mcp <host>>
Arguments / Flags
config
Configure Aurora settings
config focus
List Aurora configured projects, allows selection of project globally configured hosts are “focused” on. No more than one Moose Project may be run at a time.
aurora config focus
config keys
Updates all MCP files for projects listed in ~/.aurora/aurora-config.toml to use updated API key.
aurora config keys <KEY>
Arguments / Flags
config tools
Toggles availability of experimental MCP tools. See Tools documentation for which tools are in standard
and which are added in the experimental
sets.
aurora config tools
Note, if you select boreal-experimental
, you will need to add your ClickHouse Cloud / Boreal credentials to mcp.json
.
Coming soon
config models
[Coming Soon]. Allows you to configure which models Aurora agents use.
aurora config models <model-name>
Arguments / Flags
login
[Coming soon]. Allows you to log in to Aurora with your Boreal account. Will provide secure authentication and LLM provision.
aurora login