Skip to main content
The Model Context Protocol (MCP) integration lets external AI agents and tools work with your Tamery connections through a standard interface.
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.

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

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 covers terminal and scripting workflows.