> ## Documentation Index
> Fetch the complete documentation index at: https://docs.oleander.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Using Claude Code with oleander

> Configure the oleander MCP server in Claude Code

## Overview

Use the remote oleander MCP server in Claude Code to connect your assistant workflows directly to oleander.

<img src="https://mintcdn.com/oleander/dR2FmDT3M2RfaFg0/images/mcp-claude.png?fit=max&auto=format&n=dR2FmDT3M2RfaFg0&q=85&s=cb71d265c806efa10fe2119edfe81db4" alt="Claude Code MCP configuration" width="1920" height="1080" data-path="images/mcp-claude.png" />

> Beta: MCP integration docs and workflow may change.

## Prerequisites

* Claude Code installed

## Add the MCP server

Add the server:

```bash theme={null}
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:

```bash theme={null}
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:

```bash theme={null}
rm -rf .mcp-auth
```
