# Relevance AI

Relevance AI reads remote MCP servers from each Agent's Tools tab. Add Cakewalk's gateway through the Connect my own flow, and the tools become available to that Agent in the conversation task view and in its core instructions.

## Install Method

Custom form in the Agent builder's Tools tab. The connection is per Agent. Adding Cakewalk to one Agent does not surface it on other Agents in the workspace.

## Step 1: Open the Agent's Tools Tab

1. Open the Agent you want to connect to Cakewalk.
2. In the Agent builder, go to the **Tools** tab.

## Step 2: Add the Cakewalk Gateway

1. Click **Add MCP**.
2. Click **Connect my own**.
3. Enter the server URL: `https://mcp-gateway.getcakewalk.io/mcp`.
4. Label the connection. **Cakewalk** is the recommended default.
5. Set the authentication to OAuth.

## Step 3: Authenticate

Relevance AI opens the OAuth flow in your browser. Sign in with your Cakewalk account and approve the Connection.

## Verifying It Works

In the Agent's conversation task view, the tools surfaced through the Cakewalk gateway appear in the tool list. You can also reference these tools in the Agent's core instructions. In Cakewalk, the Relevance AI card on **My Agents** flips to **Connected** after the first agent call.

## Per Agent Scope

Connections are per Agent. Repeat Steps 1 to 3 for each Agent that needs Cakewalk access.

## Troubleshooting

* **Connect my own option is missing:** the Add MCP modal opens with preset connections first (Notion, Canva, Atlassian). Click **Connect my own** to switch to custom URL entry.
* **OAuth flow returns to an error page:** copy the full callback URL from your browser's address bar and paste it back into the prompt at relevanceai.com.

## Learn more

* [MCP Client](https://relevanceai.com/docs/integrations/mcp/mcp-client) from Relevance AI.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.cakewalk.security/docs/ai-agent-access/connections-and-integrations/agent-platforms/relevance-ai.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
