> For the complete documentation index, see [llms.txt](https://docs.datalogz.io/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datalogz.io/guides/datalogz-mcp-servers/adding-the-mcp-server.md).

# Adding the MCP Server

Once your organization is [connected to Datalogz Control Tower](/guides/datalogz-mcp-servers/connecting-to-an-mcp-server.md), add the MCP server to Claude, Microsoft Copilot, or any other MCP-capable assistant. From that point on your assistant reaches for Control Tower on its own: ask an analytics question in plain language and it queries your governed analytics estate and answers from what it finds.

{% hint style="info" %}
The MCP server is currently only available for Claude. Copilot will be released soon.
{% endhint %}

### Adding a connector to Claude

1. In Claude, go to **Settings**.
2. Click **Connectors**.
3. Click **Add** and then **Browse Connectors**.
4. Search for the Datalogz connector.
5. Click **+** to add it.

<figure><img src="https://1435452537-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FI51V8nP3ZjMKt2bCO9HR%2Fuploads%2FzJRT0sV8Jip5RvnbiC1S%2FScreenshot%202026-08-20%20at%2016.39.35.png?alt=media&amp;token=8dc11f27-2b77-45a1-9e47-bf3d0fd28b59" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.datalogz.io/guides/datalogz-mcp-servers/adding-the-mcp-server.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
