CLI Reference
The Aurora CLI is a tool we created to facilitate the easy setup of Aurora MCPs. It is not required, and we hope that LLM clients will eventually support all these features natively, so that we can remove the CLI.
It allows you to:
- set up your Aurora MCP with a variety of clients
- manage multiple projects
- manage multiple toolsets
- update multiple MCP configurations at once
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
Aurora allows you to configure project level MCPs (e.g. for Cursor) and global MCPs (e.g. for Claude Desktop). To configure which Aurora project is being used with the Global MCPS, use aurora config focus
.
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 Reference.
aurora config tools
Note: if you select remote-clickhouse
, you will need to add your ClickHouse Cloud / Boreal credentials to mcp.json
.