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

# MCP Servers

> Configure Model Context Protocol server integrations

## Overview

MCP (Model Context Protocol) servers extend the capabilities of AI assistants by providing additional tools, data sources, and context. Configure external MCP server connections to enhance what your assistants can do.

Navigate to **Admin > Settings > MCP Servers**.

## Viewing MCP Servers

The MCP servers page lists all configured servers with:

* Server name
* URL
* Type/Protocol
* Connection status
* Enable/disable toggle
* Created and modified dates

## Creating an MCP Server

Click **Create New** to add a server:

| Field                     | Description                                   |
| ------------------------- | --------------------------------------------- |
| **Name**                  | A descriptive name for the server             |
| **URL**                   | The server endpoint URL                       |
| **Type**                  | The protocol/transport type                   |
| **Authentication**        | Credentials for connecting to the server      |
| **Environment Variables** | Additional configuration passed to the server |
| **Enabled**               | Whether the server is active                  |

## Managing MCP Servers

### Quick Toggle

Use the enable/disable toggle directly on the server list to quickly activate or deactivate a server without opening its detail page.

### Editing

Click any server to view and edit its full configuration.

### Health Checks

The system periodically checks MCP server connectivity and displays the current status. Servers that fail health checks show an error status.

### Deleting

Remove an MCP server configuration permanently. Assistants using tools from this server will lose access to those tools.

## Audit tab

The MCP Servers page includes an **Audit** tab with:

* **Write approvals** — user approve/decline decisions for MCP write tools, with action summaries
* **Tool usage** — MCP tool invocations (integration, tool name, success, duration)

Use this for compliance review and debugging connector issues.

Organization-wide credentials are configured under **Admin > MCP > Organization integrations**.
User OAuth connections (Google, Slack) are managed by each user on `/integrations`.

<Note>
  MCP servers extend assistant capabilities. Consult your organization's AI engineering team before adding or modifying MCP server configurations.
</Note>
