docs/integrations/code-rabbit.mdx
CodeRabbit is an AI-powered code review tool that automatically reviews pull requests. By connecting Context7 as an MCP server, CodeRabbit can access up-to-date library documentation during reviews, helping it verify implementations against the latest API references and best practices.

Add the following header for higher rate limits:
| Header | Value |
|--------|-------|
| `CONTEXT7_API_KEY` | Your API key from the [Context7 dashboard](https://context7.com/dashboard) |
```json
{
"CONTEXT7_API_KEY": "YOUR_API_KEY"
}
```



In the Usage Guidance field, you can instruct CodeRabbit on how to use Context7 during reviews. For example:
Use Context7 to look up documentation for any libraries used in the code being reviewed.
Verify that API usage matches the latest documentation and flag any deprecated patterns.
Once connected, CodeRabbit will query Context7 for relevant library documentation when reviewing pull requests. This helps CodeRabbit: