Files
2026-07-13 13:04:05 +08:00

37 lines
1.4 KiB
Plaintext

---
title: Tembo
sidebarTitle: Tembo
description: 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**.
![Integrations page](/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.
![Server connected](/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