oleander Skills
Query and upload workflows for agents live in the public skills pack:OleanderHQ/skills
Install query and upload skills for Cursor, Claude Code, and more
Claude Code
Beta: MCP integration docs and workflow may change.
Plugin
The oleander Claude Code Plugin is a convenient way to install the oleander MCP server into Claude Code. In Claude Code, add this GitHub repository as a marketplace, then install the plugin:Authenticate
/mcp, select oleander, and choose Authenticate. Your browser opens to complete the OAuth flow.
When authentication succeeds, claude mcp list should show ✓ Connected.
Manual MCP setup
Alternatively, add the server directly:claude mcp login oleander or /mcp → oleander → Authenticate.
Verify
List configured MCP servers to confirmoleander is connected:
Reset authentication
Claude Code caches the OAuth access token and refresh token in.mcp-auth.
If you want to authenticate with a different org, remove the cached tokens and run the MCP command again:
Claude Cowork
Beta: Plugin and Cowork integration docs may change.Install the oleander plugin in Claude Cowork to give your team access to lake queries, uploads, and pipeline context without manual MCP configuration.
- Open Cowork → Customize → + → Add marketplace from GitHub.
- Paste
https://github.com/OleanderHQ/claude-plugin(orOleanderHQ/claude-plugin). - Install the plugin from the resulting list.
Scheduled tasks
Use Cowork scheduled tasks to run oleander queries on a cadence. Type/schedule in a Cowork task, or create one from the Scheduled page in the sidebar.
Org-wide rollout
To make the plugin available across your organization:- Open Organization settings → Plugins → Add plugin → GitHub.
- Enter
OleanderHQ/claude-plugin. - Install the plugin for your organization.
Verify
Ask your agent to confirm it’s connected:“Are you connected to oleander? Who am I authenticated as?”The agent should call
oleander_whoami and return your organization context.