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

# Setting Up MCP Servers in the Agent Management Studio

> Learn how to configure and manage MCP servers in the Mindset AI Agent Management Studio

## Overview of the AMS Dashboard

When you log into the Mindset AI Agent Management Studio, you will see the main dashboard, which includes the following components:

* Agents
* Knowledge Contexts
* MCP Servers
* Workflows

<Frame>
  <img src="https://mintcdn.com/mindsetai/1rxMzO-a7wX44Vqj/images/mcp1.png?fit=max&auto=format&n=1rxMzO-a7wX44Vqj&q=85&s=5b0572b64262496577c00a9bbec51af8" width="2929" height="1665" data-path="images/mcp1.png" />
</Frame>

To begin, go to MCP Servers.

## Native MCP Servers

The first tab is **Native MCP Servers**.

These are MCP servers managed by Mindset AI that wrap your workflows. They make the workflows you have created in the platform available to your agents. This is how your internal Mindset AI workflows are exposed as tools for agents.

<Frame>
  <img src="https://mintcdn.com/mindsetai/1rxMzO-a7wX44Vqj/images/mcp2.png?fit=max&auto=format&n=1rxMzO-a7wX44Vqj&q=85&s=d5d4a94ac063da27d1ba9c00226b80ea" width="2930" height="1298" data-path="images/mcp2.png" />
</Frame>

## Your MCP Servers

Next, select the **Your MCP Servers** tab.

This section contains client-hosted MCP servers. Everything in these servers, including APIs, tools, and hosting, remains entirely on your infrastructure. The Mindset AI platform connects to these servers through AMS so that your agents can use them.

<Frame>
  <img src="https://mintcdn.com/mindsetai/1rxMzO-a7wX44Vqj/images/mcp3.png?fit=max&auto=format&n=1rxMzO-a7wX44Vqj&q=85&s=5c7ab5c8e8d774484f22839a2abbe04f" width="2918" height="1305" data-path="images/mcp3.png" />
</Frame>

There are two types of MCP servers you can create:

1. Tools MCP Server
2. RAG MCP Server

<Frame>
  <img src="https://mintcdn.com/mindsetai/1rxMzO-a7wX44Vqj/images/mcp4.png?fit=max&auto=format&n=1rxMzO-a7wX44Vqj&q=85&s=79be1f65fdd248efc2648a2d09f0724f" width="2920" height="1302" data-path="images/mcp4.png" />
</Frame>

### 1. Tools MCP Server

<Info>
  The Tools MCP Server allows you to host your own MCP with your custom tools and APIs.
</Info>

This is usually the main server type for customers because it enables Mindset AI agents to perform actions in your environment through your APIs, without Mindset AI needing to host or modify your code.

**Benefits:**

* Keeps your customer-specific code separate from the Mindset AI platform
* Gives you full control over which tools your agents can use
* Lets agents access your APIs securely within your environment

#### Creating a Tools MCP Server

<Steps>
  <Step title="Create new server">
    In your MCP Servers, click **New MCP Server**. Choose **Tools Server** from the dropdown.
  </Step>

  <Step title="Enter server details">
    Enter:

    * Server name
    * MCP server URL
    * Description of what the MCP does

    <Frame>
      <img src="https://mintcdn.com/mindsetai/1rxMzO-a7wX44Vqj/images/mcp5.png?fit=max&auto=format&n=1rxMzO-a7wX44Vqj&q=85&s=7c7077c643fb29f13e5a172c7c286645" width="2929" height="1660" data-path="images/mcp5.png" />
    </Frame>
  </Step>

  <Step title="Save configuration">
    Click **Save**
  </Step>

  <Step title="Test connection">
    Enter your API key and click **Test Server Connection** to verify communication between Mindset AI and your hosted MCP.

    <Frame>
      <img src="https://mintcdn.com/mindsetai/1rxMzO-a7wX44Vqj/images/mcp6.png?fit=max&auto=format&n=1rxMzO-a7wX44Vqj&q=85&s=11518ceea00bd8204bc519a500987d6b" width="2930" height="1660" data-path="images/mcp6.png" />
    </Frame>

    <Frame>
      <img src="https://mintcdn.com/mindsetai/1rxMzO-a7wX44Vqj/images/mcp7.png?fit=max&auto=format&n=1rxMzO-a7wX44Vqj&q=85&s=6802e7ca9f24fb18ab8d7e90fa583088" width="2938" height="1651" data-path="images/mcp7.png" />
    </Frame>

    <Frame>
      <img src="https://mintcdn.com/mindsetai/1rxMzO-a7wX44Vqj/images/mcp8.png?fit=max&auto=format&n=1rxMzO-a7wX44Vqj&q=85&s=67d72e08897d5feca2f710fa3b9e5832" width="2930" height="1656" data-path="images/mcp8.png" />
    </Frame>
  </Step>
</Steps>

<Note>
  All tools and APIs remain hosted by you, the customer. Mindset AI does not store, manage, or execute your code. The connection only enables your agents to access your tools securely through AMS.
</Note>

### 2. RAG MCP Server

<Info>
  The RAG MCP Server lets you host your own Retrieval-Augmented Generation (RAG) system.
</Info>

This option is best for customers who want to keep their knowledge data private, without uploading documents to Mindset AI. When connected, your Mindset AI agents query your RAG system directly for contextual information.

**Benefits:**

* Keeps proprietary knowledge in your infrastructure
* Gives you full control over source documents and retrieval logic
* Enables a secure integration with Mindset AI agents

**Implementation Details:**

* When an agent is connected to a RAG MCP Server, Mindset AI Knowledge Contexts are ignored
* You must provide URLs for source documents so users can view the source data
* Segments are still stored in the conversation history within Mindset AI

#### Creating a RAG MCP Server

<Steps>
  <Step title="Create new server">
    In your MCP Servers, click **New MCP Server**.
  </Step>

  <Step title="Select server type">
    Select **RAG MCP** from the dropdown.
  </Step>

  <Step title="Enter server details">
    Provide:

    * Name of your RAG MCP
    * External link (the endpoint for your RAG system)
    * Description of what it does

    <Frame>
      <img src="https://mintcdn.com/mindsetai/1rxMzO-a7wX44Vqj/images/mcp10.png?fit=max&auto=format&n=1rxMzO-a7wX44Vqj&q=85&s=f4944f25b149c0c64e399ff5d709efd6" width="2927" height="1662" data-path="images/mcp10.png" />
    </Frame>
  </Step>

  <Step title="Save and configure">
    Click **Save** and add your API key if required.
  </Step>

  <Step title="Test connection">
    Test the connection to confirm your RAG system is reachable.
  </Step>
</Steps>

## Limitations

<Warning>
  The RAG MCP Server can only be tested and paired with an agent through the agentSessions mechanism. To test it, you must embed your agent. The Tools MCP Server, on the other hand, can be added and tested directly within AMS without embedding.
</Warning>
