Skip to main content

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
Skills CLI:
npx skills add OleanderHQ/skills -g -y

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:
/plugin marketplace add OleanderHQ/claude-plugin
/plugin install oleander@oleander
You may need to restart your Claude Code session before the MCP server is available.

Authenticate

claude mcp login oleander
Or run /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 add --transport http oleander https://oleander.dev/mcp
Then authenticate with claude mcp login oleander or /mcpoleanderAuthenticate.

Verify

List configured MCP servers to confirm oleander is connected:
claude mcp list

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:
rm -rf .mcp-auth

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.
  1. Open CoworkCustomize+Add marketplace from GitHub.
  2. Paste https://github.com/OleanderHQ/claude-plugin (or OleanderHQ/claude-plugin).
  3. 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:
  1. Open Organization settingsPluginsAdd pluginGitHub.
  2. Enter OleanderHQ/claude-plugin.
  3. 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.