Install the CLI
Configure your API key
Connect your agent
Add the oleander MCP server to your agent in one command:- Claude Code
- Codex
- Cursor
- OpenCode
From here, pick a path:
- Agent
- Spark
- Observability
- Lake
Verify the connection
Ask your agent to confirm it’s connected:“Are you connected to oleander? Who am I authenticated as?”The agent will call
oleander_whoami and return your organization context.Load the sample dataset
Download the sample Iris dataset and load it into your lake:Download iris_dataset.parquetRun your first query
Now ask your agent:“What’s the average petal length in the iris dataset, broken down by species?”The agent will call
oleander_list_catalogs to find your tables, then oleander_query_lake to run the query - picking the right engine without you specifying it:
