Skip to main content

Overview

Use the remote oleander MCP server in Claude Code to connect your assistant workflows directly to oleander.
Beta: MCP integration docs and workflow may change.

Prerequisites

  • A valid oleander MCP token
  • Claude Code installed

Add the MCP server

Set your token as an environment variable:
export OLEANDER_MCP_TOKEN="your-token"
Then add the server:
claude mcp add oleander -- npx -y mcp-remote https://oleander.dev/api/mcp --header "Authorization: Bearer $OLEANDER_MCP_TOKEN"

Verify

List configured MCP servers to confirm oleander was added:
claude mcp list