You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: MCP integrations allow CodeRabbit to access your documentation, project management tools, knowledge bases, Figma designs, and more.
4
-
5
4
---
5
+
6
6
:::caution
7
7
Pro feature — Early Access only
8
8
:::
9
9
10
10
You can enable CodeRabbit to connect to external tools and data sources through the Model Context Protocol (MCP) integration. This allows CodeRabbit to serve as the client, and grants it with richer contextual understanding for:
11
11
12
-
- Code reviews
13
-
- The validation step for code suggestions
12
+
- Code reviews
13
+
- The validation step for code suggestions
14
14
- Chat in the PR
15
15
16
-
Use the MCP integration as a way to access your documentation, project management tools, knowledge bases, Figma designs, and more.
16
+
Use the MCP integration as a way to access your documentation, project management tools, knowledge bases, Figma designs, and more.
17
17
18
18
## Considerations
19
19
20
20
A few things to keep in mind:
21
21
22
-
- CodeRabbit acts as the MCP client, not the server. It ingests data.
23
-
- The constraint is understanding what MCP data can be helpful for code reviews. See above for how CodeRabbit uses MCP data.
22
+
- CodeRabbit acts as the MCP client, not the server. It ingests data.
23
+
- The constraint is understanding what MCP data can be helpful for code reviews. See above for how CodeRabbit uses MCP data.
24
24
- This approach unlocks integrations in a way that wasn’t possible before. You don’t have to wait for CodeRabbit to have a formal integration, if it has an MCP server, we can connect to it.
25
25
26
26
## Setup
27
27
28
28
### Configuration steps
29
29
30
-
1. Navigate to Integrations Page within your CodeRabbit app settings and select the new MCP Server tab
31
-
2. To add a new MCP server, click "Add MCP Integration" and provide your server connection details along with the name
32
-
3. Complete the authentication process for your MCP server
30
+
1. Navigate to Integrations Page within your CodeRabbit app settings and select the new MCP Server tab
31
+
2. To add a new MCP server, click "Add MCP Integration" and provide your server connection details along with the name
32
+
3. Complete the authentication process for your MCP server
33
33
4. Enable or disable individual MCP tools for each server
34
34
35
35
## How it works
@@ -38,15 +38,14 @@ A few things to keep in mind:
38
38
39
39
CodeRabbit automatically calls relevant MCP tools during analysis to:
40
40
41
-
* Gather additional review context.
42
-
* Validate and enhance suggested review comments.
41
+
- Gather additional review context.
42
+
- Validate and enhance suggested review comments.
43
43
44
44
Enhanced review comments will include enriched insights while maintaining your existing workflow. Tools used during analysis are listed under "Additional context used."
45
45
46
46
### In chat interactions
47
47
48
48
MCP integration enhances chat by:
49
49
50
-
* Retrieving contextual information based on discussion topics
51
-
* Accessing external documentation and knowledge bases
52
-
50
+
- Retrieving contextual information based on discussion topics
51
+
- Accessing external documentation and knowledge bases
Copy file name to clipboardExpand all lines: docs/platforms/bitbucket-cloud.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ CodeRabbit integrates with Bitbucket to enhance code review and collaboration by
11
11
- Displaying review comments and suggestions directly on merge requests.
12
12
- Enabling seamless interaction with the CodeRabbit bot for real-time feedback and assistance.
13
13
14
-
This guide will assist you in effectively integrating CodeRabbit with Bitbucket Cloud. [Click here](https://docs.coderabbit.ai/self-hosted/bitbucket) for instructions integrating Bitbucket Data Center with CodeRabit self-hosted edition.
14
+
This guide will assist you in effectively integrating CodeRabbit with Bitbucket Cloud. [Click here](https://docs.coderabbit.ai/self-hosted/bitbucket) for instructions integrating Bitbucket Data Center with CodeRabit self-hosted edition.
0 commit comments