Ask AI
How can we help? ๐Ÿ‘‹

Connect Redreach to Claude Code

One terminal command adds Redreach to Claude Code across every project, then you sign in from inside the CLI.

Claude Code is the fastest setup of the lot: one command, then sign in from inside the terminal.

ย 

Add the server

Step 1: Run the command

In any terminal:

claude mcp add --transport http redreach https://connect.redreach.ai/mcp

Claude Code saves this in its global config, so Redreach is available in every project you work on. You only do this once.

Step 2: Sign in

Inside Claude Code, run:

/mcp

Pick redreach โ†’ Authenticate. A browser window opens on Redreach. Sign in if you are not already, click Approve, and you are connected.

Step 3: Check it works

Ask:

List my Redreach projects

If your projects come back, everything is working.

ย 

For headless machines and CI

If no browser can open, such as on a server or in a continuous integration job, use a token instead.

First create one in Redreach under Account Settings โ†’ MCP, at the bottom of the page, then add the server with the token baked in:

claude mcp add --transport http redreach https://connect.redreach.ai/mcp \
  --header "Authorization: Bearer rr_YOUR_API_KEY"

Replace rr_YOUR_API_KEY with your actual token. There is no sign-in step with this route, the connection works immediately.

ย 
๐Ÿ’ก

Give tokens used this way their own name in Redreach, like "CI server", so you can revoke exactly that one later without breaking your laptop setup. See Permissions, security and managing connections.

ย 

Removing it

claude mcp remove redreach

Worth also removing the connection in Redreach under Account Settings โ†’ MCP if you are done with it entirely, so nothing stays authorised that you are not using.

ย 

What's next?

โ†’ Next: What you can ask Redreach in your AI assistant for prompts that work.

Did this answer your question?
๐Ÿ˜ž
๐Ÿ˜
๐Ÿคฉ