> For the complete documentation index, see [llms.txt](https://www.cakewalk.security/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.cakewalk.security/docs/ai-agent-access/connections-and-integrations/agent-platforms/mindpal.md).

# MindPal

MindPal reads remote MCP servers from each agent's MCP section. Add Cakewalk's gateway through the OAuth flow; MindPal auto-registers as a client via Dynamic Client Registration.

## Install Method

Custom form in the agent's settings. The connection is per agent. Repeat for each agent that needs Cakewalk access.

## Step 1: Open Agent Settings

1. Open the MindPal agent you want to connect to Cakewalk.
2. Go to the agent's **Settings**.
3. Find the **MCP** section.

## Step 2: Add the Cakewalk Gateway

1. Click **Add new remote MCP server**.
2. Pick the OAuth setup flow.

## Step 3: Authenticate

For OAuth servers, MindPal opens an OAuth consent popup. Sign in with your Cakewalk account and approve the Connection. MindPal handles the Dynamic Client Registration handshake against Cakewalk's discovery endpoints automatically.

Give the connection a recognizable name. **Cakewalk** is the recommended default.

## Verifying It Works

In a conversation with the agent, ask it to list its available tools. The tools surfaced through the Cakewalk gateway appear in the response. In Cakewalk, the MindPal card on **My Agents** flips to **Connected** after the first agent call.

## Per Agent Scope

Connections live on the agent. Adding Cakewalk to one agent does not surface it on other agents. Repeat the procedure for each agent that needs Cakewalk access.

## Troubleshooting

* **Cannot find Cakewalk in the OAuth provider list:** MindPal's OAuth setup may present a provider dropdown. If Cakewalk is not listed, look for a Custom Provider or Other option to enter the server URL manually.
* **Connect with OAuth button does not open a popup:** browser popup blockers can suppress the consent window. Allow popups for the MindPal domain and retry.
* **Authentication completes but tools are empty:** confirm the OAuth flow returned to MindPal without an error in the URL. The agent picks up tools only after a clean callback.

## Learn more

* [MCP setup in MindPal](https://docs.mindpal.space/agent/mcp) from MindPal.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
