> ## 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.

# MCP Tool Connector

<Note>**Feature in Alpha**</Note>

Show MCP connector tool in chats.

### Configuration

| Key       | Default | Values          | Description                      |
| --------- | ------- | --------------- | -------------------------------- |
| `enabled` | `false` | `true \| false` | Show MCP connector tool in chats |

### Example

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