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

# Conector de Herramienta MCP

<Note>**Característica en Alpha**</Note>

Muestra la herramienta conectora MCP en los chats.

### Configuración

| Clave     | Por Defecto | Valores         | Descripción                                       |
| --------- | ----------- | --------------- | ------------------------------------------------- |
| `enabled` | `false`     | `true \| false` | Muestra la herramienta conectora MCP en los chats |

### Ejemplo

```yaml theme={null}
features:
    mcp:
        enabled: false
```
