Skip to content

Connect RELAY to your AI assistant

RELAY runs a remote MCP server. Add it to your assistant once and it can search the knowledge base, look up CRM contacts, list records, and — with your approval — send email, update the CRM, create payments, or delete records.

Server URL

https://3bi.ai/mcp

Sign in to get the connection URL tagged with your workspace. The generic URL also works — you pick the workspace when you authorize.

Connect

ChatGPT

  1. Open Settings → Apps → Advanced and turn on Developer mode (read the risk notice shown there). If it is not available, ask a ChatGPT admin to enable it.
  2. Open the New plugin dialog.
  3. Enter the name “RELAY” and paste the server URL above.
  4. Review the details, tick “I understand and want to continue” (ChatGPT shows this for every custom server), then click Create.
  5. Enable RELAY from the chat composer and ask ChatGPT to use it.

Claude

  1. Open the prefilled custom connector dialog.
  2. Review the name and URL, then click Add.
  3. If the prefilled form does not open, go to Claude’s Connectors page, choose “Add custom connector”, name it RELAY and paste the server URL above.
  4. Enable the connector from the chat composer and ask Claude to use it.

Claude Code

  1. Run this in a terminal:
  2. Start Claude Code and run /mcp to confirm RELAY is connected, then sign in from that menu when prompted.
  3. Ask Claude Code to use RELAY.
claude mcp add --scope user --transport http relay 'https://3bi.ai/mcp'

Cursor

  1. Open Cursor → Settings → MCP & Integrations → “Add custom MCP”.
  2. Add an entry named relay with the server URL above as a streamable HTTP server:
  3. Save, then complete the sign-in prompt Cursor opens in your browser.
  4. Toggle RELAY on in the MCP list and ask Cursor’s agent to use it.
{ "mcpServers": { "relay": { "url": "https://3bi.ai/mcp" } } }

Other MCP clients

  1. Open the client’s MCP server or custom connector settings.
  2. Create a remote MCP server connection.
  3. Name it RELAY and paste the server URL above.
  4. Finish any sign-in or authorization prompts.
  5. Enable the connection and ask the assistant to use RELAY.

Refresh after RELAY changes

Assistants cache the tool list, so refresh the connection after we ship updates.

ChatGPT

  1. Open the Plugins page and select RELAY.
  2. Scroll to “Information” and click Refresh.
  3. ChatGPT cannot change an existing app’s URL — if the URL changed, delete the app and repeat the connect steps.
  4. Start a new chat and ask ChatGPT to use RELAY.

Claude

  1. Open the Connectors page and select RELAY.
  2. Refresh or update the connector’s tools.
  3. Claude cannot change an existing connector’s URL — if it changed, remove the connector and repeat the connect steps.
  4. Ask Claude to use RELAY.

Claude Code

  1. Start a new Claude Code session — it loads the latest tools on connect.
  2. If the URL changed, run claude mcp remove relay and run the install command again.
  3. Ask Claude Code to use RELAY.

Other MCP clients

  1. Open the client’s MCP server or connector settings.
  2. Select the RELAY connection.
  3. Refresh the tool list, reload the server, or reconnect it.
  4. If the URL changed, paste the latest URL from above.
  5. Start a new chat or session and ask the assistant to use RELAY.