Skip to main content

Overview

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

Prerequisites

  • Claude Code installed

Add the MCP server

Add the server:
claude mcp add oleander -- npx -y mcp-remote https://oleander.dev/mcp
When prompted, complete the OAuth flow in your browser to authorize access.

Verify

List configured MCP servers to confirm oleander was added:
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