oleander Claude Plugin
Query and analyze data in the oleander warehouse from Claude Code or Claude Cowork.
-
Sign up at oleander.dev and create an API key in your account settings.
-
Set your API key in your environment:
export OLEANDER_API_KEY="your-api-key"
-
Install the plugin in Claude Code:
/plugin marketplace add anthropics/claude-plugins-community /plugin install oleander@claude-community
-
Ask Claude about your data, for example:
- "Describe
oleander.default.flowers— what columns are in the table?" - "Show me 10 rows from
oleander.default.flowers" - "How many rows are in
oleander.default.flowers, and what are the distinct values in each column?"
- "Describe
Claude uses the oleander MCP server and plugin skills to explore your lake catalog and run SQL.
/plugin marketplace add OleanderHQ/claude-plugin
/plugin install oleander@oleanderLoad this repository directly while developing:
claude --plugin-dir .Tip
Use /reload-plugins to pick up changes without restarting.
Zip this repository:
zip -r oleander.zip .In the Claude desktop app, open Customize → Add plugin → Upload plugin and select oleander.zip.
After each change, re-run the zip command and upload the new file to pick up updates.
MCP connection is defined in .mcp.json:
{
"headers": {
"Authorization": "Bearer ${OLEANDER_API_KEY}"
}
}