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

# MCP Overview

> Overview of the Tamery MCP (Model Context Protocol) integration — connect your databases to AI agents.

The Model Context Protocol (MCP) integration lets external AI agents and tools work with your Tamery connections through a standard interface.

<Note>
  The MCP integration is in active development and not yet generally available. This page will be
  expanded with setup steps, available tools, and examples as the integration ships.
</Note>

## How it will work

MCP access is authenticated with an **API key** you generate from your account page. You create a key (for example, named `local-mcp` or `ci-bot`), give it to your MCP client, and the client can then run queries against your saved connections on your behalf.

To create an API key today:

1. Go to your account page at [tamery.app/account](https://tamery.app/account).
2. Open the **API keys** section.
3. Click **Create API key**, give it a recognisable name, and copy the generated key — it is shown only once.

<Warning>
  Treat API keys like passwords. Anyone with a key can act on your behalf. Store keys securely and
  revoke any key you no longer use from the same account page.
</Warning>

## What's next

Detailed MCP client configuration, the list of exposed tools, and end-to-end examples will be published here once the integration is released. In the meantime, the [CLI](/cli/overview) covers terminal and scripting workflows.
