# Dust

[**Dust**](https://dust.tt/) is a platform to build, deploy, and run AI agents that connect to your internal tools and data sources.\
It’s especially useful for teams building AI copilots for sales, support, or operations — letting you combine LLMs with APIs, knowledge bases, and business context.

## Pre-requisite&#x20;

* You have a MadKudu API key. Refer to [this article](https://developers.madkudu.com/getting-started/quickstart) to get your API key.&#x20;
* You are a Dust admin.&#x20;

## Add MadKudu MCP as a Connection to your space

1. Go to **Spaces > Tools**, click **+ Add Tools,** then **+ Add MCP Server**

<figure><img src="https://1835787252-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FV8CtRF59w8oxkhPMGwwB%2Fuploads%2Fw2ignLXEigW5qekbctCL%2Fimage.png?alt=media&#x26;token=24e2afaf-287d-42d9-9576-80a290715e0c" alt=""><figcaption></figcaption></figure>

2. Enter the **URL** below **-** Don't forget to replace the API key in the URL.&#x20;

```bash
https://mcp.madkudu.com/YOUR_API_KEY/mcp
```

No need for a Bearer token&#x20;

<figure><img src="https://1835787252-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FV8CtRF59w8oxkhPMGwwB%2Fuploads%2FsaaMkg2LBJ0N8yPhj11I%2Fimage.png?alt=media&#x26;token=1515ef34-95b8-40c6-abf8-cb5690736581" alt=""><figcaption></figcaption></figure>

3. Click **Save**

You'll now see the different tools available in the right panel

Follow the official[ Dust documentation ](https://docs.dust.tt/docs/managing-datasources)for more information
