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

# Tembo

> Orchestration layer for AI-powered engineering workflows

[Tembo](https://tembo.io) is a platform for orchestrating AI coding agents across repositories and integrations. Context7 is available as a built-in MCP integration in Tembo, giving agents access to up-to-date library documentation.

For more details on how Tembo handles MCP, see the [Tembo MCP documentation](https://docs.tembo.io/integrations/mcp).

## Setup

<Steps>
  <Step title="Navigate to Integrations">
    Go to the **Integrations** page in your Tembo dashboard. You'll see Context7 listed under **MCP Servers**.

    <img src="https://mintcdn.com/context7/WQqNJrssrEhudMeU/images/integrations/tembo/integrations-page.png?fit=max&auto=format&n=WQqNJrssrEhudMeU&q=85&s=359805adf271b27a063e61823f7cfa0d" alt="Integrations page" width="1914" height="1320" data-path="images/integrations/tembo/integrations-page.png" />
  </Step>

  <Step title="Install Context7">
    Click the **Install** button on the **Context7** card.
  </Step>

  <Step title="Verify Connection">
    After installation, Context7 will appear under your **Installed** integrations.

    <img src="https://mintcdn.com/context7/WQqNJrssrEhudMeU/images/integrations/tembo/server-connected.png?fit=max&auto=format&n=WQqNJrssrEhudMeU&q=85&s=862fb15a91a77ac0642e0d928eb5dd14" alt="Server connected" width="1812" height="610" data-path="images/integrations/tembo/server-connected.png" />
  </Step>
</Steps>

## How It Works

Once connected, Tembo agents will query Context7 for relevant library documentation during tasks. This helps agents:

* Generate correct implementations based on the latest API references
* Identify deprecated patterns during automated code reviews
* Produce PRs that follow current library best practices
* Reduce back-and-forth by getting it right the first time
