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

# Claude Code

> Set up Centaur in Claude Code through Anthropic's remote HTTP MCP flow with OAuth-first auth.

## Overview

Use this guide to register Centaur in Claude Code and verify that it can call `list_events`.

That verification prompt is only a simple smoke test. Once connected, Claude Code can use the broader Centaur surface across the partner feed, events, messages, generated summaries, positions, discovery, and stats.

## Before you begin

Before you begin, make sure you have:

* A Centaur account that is active with a verified email
* Access to the Claude Code CLI on your machine

Preferred server URL:

```text theme={null}
https://partners.centaur.io/mcp
```

## Set up Claude Code

1. Register Centaur with the plain MCP URL:

   ```bash theme={null}
   claude mcp add --transport http centaur https://partners.centaur.io/mcp
   ```

2. If Claude Code prompts for sign-in, continue in the browser and approve the Centaur access request.

## Verify the integration

After setup, confirm the server is registered:

```bash theme={null}
claude mcp list
```

Then verify inside Claude Code with a request such as:

```text theme={null}
Use Centaur to call list_events with limit 5 and summarize the response.
```

After that succeeds, the MCP setup is ready for the wider supported Centaur reads.

## Install the Centaur skill

Now that Claude Code is connected, install the [Public skill](/docs/guides/mcp-agents/public-skill) to get a guided Centaur workflow in your client.

```bash theme={null}
npx skills add https://github.com/centaur-io/centaur-partners-skill
```

For setup details, see the [Public skill page](/docs/guides/mcp-agents/public-skill).

## Troubleshooting

* If `claude mcp list` does not show `centaur`, rerun the registration command and confirm the MCP URL is unchanged.
* If the browser sign-in flow does not appear or does not complete, remove and recreate the server entry so Claude Code can retry OAuth.

## Next steps

* [Client setup](/docs/guides/mcp-agents/client-setup)
* [MCP overview](/docs/guides/mcp-agents/overview)
