NewAgent Observability is live.
Back to directory
CodeRabbit logo

CodeRabbit MCP server: community and dormant

A third-party server that still runs, reads its data from GitHub rather than CodeRabbit, and has had no commit in over a year.

Connector
Community only, and dormant since July 2025
Coverage
CodeRabbit reviews and comments, read through GitHub
Tools
6, in the community server
Biggest risk for an agent
A package dormant since July 2025 holds your GitHub token

Last verified 25 August 2026 · from CodeRabbit's changelog, the community repository, npm and the server's own tools/list response

This page is one of 90 in a directory of monitoring and developer tools. Each page checks what an AI coding agent can get out of the tool through its MCP server, the connector that lets the agent query the tool directly.

Summary

CodeRabbit has no MCP server of its own. Its changelog entries about MCP are all about CodeRabbit acting as a client, choosing and calling other people's servers.

A community server exists and still runs. coderabbitai-mcp on npm registers 6 tools over CodeRabbit reviews and comments, and it has 30 stars.

It is dormant. The repository was last pushed on 1 July 2025, more than fourteen months before this review. That is why this page treats it as usable but unmaintained, rather than as a fault in the code.

What is the CodeRabbit MCP server?

CodeRabbit publishes no MCP server of its own. The community server coderabbitai-mcp is usable, and a capture on 25 August 2026 registered all six of its tools. CodeRabbit reviews pull requests automatically and leaves its findings as comments. An agent that could read those findings would not have to re-derive them, which is why a connector is worth wanting.

The community server does not talk to CodeRabbit. It authenticates with a GitHub personal access token and reads CodeRabbit's review comments through GitHub's own API, which is why it works without a CodeRabbit credential at all.

That design has a consequence worth knowing. Anything CodeRabbit keeps outside a pull request comment is invisible to it, and anything GitHub exposes about those comments is available whether or not this server is involved.

CodeRabbit works in code review, and the only MCP route to its findings is a community project last pushed in July 2025.

Part of the workWhat CodeRabbit has hereCan an agent reach it
Code, tests & reviewAutomated review comments on pull requestsPartial. Only through GitHub. The community server reads the comments with a GitHub token; CodeRabbit exposes nothing directly
CI & releaseNoneNo CI product, and no server
Production observabilityNoneNo telemetry product, and no server
Agent observability & evalsNoneNo traces or evaluations, and no server
AI cost managementNoneNo spend data, and no server

CodeRabbit's findings are reachable, but through GitHub rather than through CodeRabbit. A GitHub connector already reads pull request comments, so the community server's value is the structure it adds on top, not access it uniquely has.

What can an AI agent do with CodeRabbit?

TaskToolsWorksWatch out for
Read what CodeRabbit said on a pull requestget_coderabbit_reviews get_review_detailsYesIt reads through GitHub, so the credential is a GitHub personal access token rather than a CodeRabbit key
Pull the line-level comments behind a reviewget_review_comments get_comment_detailsYesComments quote the surrounding source, which reaches the model along with the comment
Close out a comment once it has been handledresolve_comment resolve_conversationYesBoth write back to GitHub, and the server has no read-only mode

6 tools registered, 4 read and 2 write

Read4
get_coderabbit_reviewsget_review_detailsget_review_commentsget_comment_details
Resolve2Write
resolve_commentresolve_conversation

Counted from the released npm package's own tools/list response on 25 August 2026. The resolve tools write to GitHub through the same personal access token the read tools use.

What connecting costs before the first question

A context window is the amount of text a model can hold at once, and connecting uses some of it before the agent asks anything. Every tool the server registers sends its name, description and input schema to the model when the session starts.

6 tools cost between 616 and 1,506 tokens, or 0.3% to 0.8% of a 200,000-token window. It is one of the cheapest connections measured in this guide.

It is cheap because it is terse. Descriptions average 62 characters and schemas average 386.

Tool setToolsTokens (GPT-5.6, GPT-5.5)Tokens (GPT-4, GPT-3.5)Tokens (Claude Haiku 4.5 to Opus 5)Share of a 200,000-token window
Every tool, as registered6635 to 1,085616 to 1,0891,373 to 1,5060.3% to 0.8%

Encodings: GPT-5.6, GPT-5.5 o200k_base; GPT-4, GPT-3.5 cl100k_base; Claude Haiku 4.5 to Opus 5 count_tokens. Counted 25 August 2026 from tools/list on the released npm package 1.1.1. It was run locally with a placeholder GitHub token.

Registration is static, so no repository was read. Figures cover name, description and input schema.

The two models in column one share the o200k_base encoding, so they get one count. The spread is formatting, about 77%.

The Claude figures are measured rather than encoded. Anthropic publishes no local tokenizer. So the definitions were sent to the API's count_tokens endpoint, and a no-tools baseline was subtracted. The range covers two tokenizer generations rather than two serializations. Haiku 4.5 and Opus 4.6 sit at the low end. Opus 5 and Sonnet 5 sit at the high end. The gap between them is about a tenth.

CodeRabbit MCP server limits: where answers come back incomplete

The limits below are about where the data comes from and how old the code is.

The community server reads GitHub, not CodeRabbit.

It requires a GITHUB_PAT and fails at startup without one, printing that the variable is required. No CodeRabbit credential is involved anywhere.

Its six tools, including get_coderabbit_reviews and get_review_comments, work by reading CodeRabbit's comments through GitHub's API.

Guard: Expect coverage to stop where CodeRabbit's pull request comments stop, and remember a GitHub connector reaches the same comments.

Nothing has been committed to the only server in over fourteen months.

bradthebeeble/coderabbitai-mcp was last pushed on 1 July 2025, and this page was verified on 24 August 2026. It has 30 stars and is MIT licensed.

It still runs: a capture on 25 August 2026 registered all six tools. Dormancy is a risk about the future rather than a fault in the present.

Guard: Pin the version, and treat any GitHub API change as something you will have to fix yourself.

Two of the six tools change state in your repository.

resolve_comment marks a CodeRabbit comment as resolved, and resolve_conversation resolves or unresolves a review conversation in GitHub. Both act through the GitHub token.

Guard: Scope the GitHub token, since it is the only boundary, and decide deliberately whether an agent may close review conversations.

Do you need the MCP server at all?

No, not the community one, for most teams. CodeRabbit's findings are pull request comments, and GitHub's own server reads pull requests, reviews and comments with 85 tools and active maintenance.

The community server adds structure rather than access. It separates a CodeRabbit review from an ordinary comment. get_comment_details also returns the AI prompt behind a comment, which a generic comment reader does not surface.

For review findings an agent can query from the vendor directly, Codacy and SonarQube both publish maintained servers.

Read the comments with GitHub. Add the community server only if you want CodeRabbit's reviews separated out, and pin it.

CodeRabbit MCP server setup

CodeRabbit publishes no server, so there is no first-party install. There is a community one that still runs, and a route that needs nothing extra at all.

The important detail shapes both options. The community server reads CodeRabbit's findings through GitHub, not through CodeRabbit, so a GitHub connector reaches the same comments without a dormant dependency.

Pick the community server only if you want CodeRabbit's reviews separated from every other comment on a pull request.

GitHub, which needs nothing new

CodeRabbit leaves its findings as pull request comments. A GitHub connector reads them like any other comment, with no unmaintained package in the path.

No credentials go into this command. The hosted endpoint authorizes in the browser on first use.

Terminal
claude mcp add --transport http github \
  https://api.githubcopilot.com/mcp/

The community server, pinned

coderabbitai-mcp registers 6 tools and still starts. Because the repository was last pushed on 1 July 2025, pin the version rather than tracking a moving target.

The credential is a GitHub personal access token, not a CodeRabbit key, which is the clearest signal of where the data actually comes from.

Terminal
claude mcp add-json "coderabbit" '{"command":"npx",
  "args":["-y","coderabbitai-mcp@1.1.1"],
  "env":{"GITHUB_PAT":"<your-token>"}}'

Every other client

Each block below is the configuration for one client, with the file path and the key that client expects.

Name the tool you want

Descriptions on this server average 62 characters, among the shortest measured anywhere in this directory, and a description is how a model picks between tools.

Naming the tool in the prompt is the practical workaround. This is prompting advice and involves no credentials.

Terminal
Ask: "use the CodeRabbit review-comments tool on PR 412"
Not: "what did the reviewer say?"

Read-only access, permissions and security

  • The credential is GitHub's, not CodeRabbit's

    Connecting this server grants repository access, so scope the personal access token to the repositories you mean.

  • A dormant dependency is a supply-chain decision

    The repository has not been pushed since 1 July 2025, so pin the version and review the diff before any bump.

  • It reads through GitHub, so GitHub's permissions apply

    There is no CodeRabbit-side scoping to configure, and nothing about this server narrows what the token can see.

  • Review comments quote your code

    Findings include the surrounding source, which reaches the model along with the comment.

  • The plain GitHub route is the narrower one

    It reaches the same comments through a maintained, first-party server with an explicit read-only mode available.

Troubleshooting

You cannot find an official CodeRabbit MCP server
There is not one. CodeRabbit's 2026 changelog entries about MCP describe CodeRabbit consuming other people's servers, which is the opposite direction.
The server asks for a GitHub token rather than a CodeRabbit key
That is correct, and it tells you what the server actually reads. It reaches CodeRabbit's review comments through GitHub rather than through CodeRabbit's own API.
So its answers are limited to what CodeRabbit has already posted on a pull request. Anything held only inside CodeRabbit is out of reach.
The repository looks abandoned
It was last pushed on 1 July 2025, over fourteen months before this review, and it has never tagged a GitHub release. The npm package sits at 1.1.1.
It does still start and register its six tools, which is why this page treats it as usable but unmaintained.
The agent picks the wrong tool
The descriptions are unusually short. They average 62 characters per tool, and a description is how an agent chooses.
Name the tool you want in the prompt rather than relying on the model to infer it.
You want CodeRabbit's own review data, not GitHub's copy of it
No connector exposes that. CodeRabbit publishes no server, and the community one reads through GitHub. Use CodeRabbit's product surfaces directly.

CodeRabbit MCP server: Reference

ItemValue
Official serverNone. CodeRabbit's MCP changelog entries are client-side
Community serverbradthebeeble/coderabbitai-mcp
Its stars30
Created29 June 2025
Last push1 July 2025, over fourteen months before this review
Tagged releasesNone
npm packagecoderabbitai-mcp 1.1.1
LicenseMIT
Tools returned by tools/list6
Credential requiredA GitHub personal access token, not a CodeRabbit key
What it actually readsCodeRabbit's comments through GitHub
Average tool description62 characters, among the shortest measured here
Inventory sourceThe server's own tools/list response, read 25 August 2026

What engineers report

The useful signals here are the dates: one for the last commit, one for what CodeRabbit's own changelog says about MCP.

What was checkedWhat it shows
Official servers foundNone. CodeRabbit's MCP changelog entries are client-side
Community serverbradthebeeble/coderabbitai-mcp, 30 stars
Last push1 July 2025, over fourteen months before this review
LicenseMIT
Packagecoderabbitai-mcp 1.1.1 on npm
Tools returned by tools/list6
Credential requiredA GitHub personal access token, not a CodeRabbit key
Average description62 characters per tool

“Would it be possible to support other Code providers (which coderabbit supports) such as GitLab?”

b-gantz, GitHub issue, 6 July 2025 · Provider coverage on the community server, which reads reviews from GitHub only.

CodeRabbit's changelog and documentation index were checked on 24 August 2026: every MCP entry describes CodeRabbit consuming servers, including tool selection and presets. The community repository and npm package were checked the same day, and the tool count comes from the released package's own tools/list response.

Should you connect an agent to CodeRabbit?

Only if a community server is acceptable to you. Best for reading the comments through a GitHub connector, unless the CodeRabbit-specific structure is worth a dormant dependency.

Strongest fit
Teams who want CodeRabbit's reviews separated from other pull request comments and will maintain a pinned dependency.
Main advantage
It distinguishes a CodeRabbit review from an ordinary comment, and exposes the prompt behind one.
Main weakness
No commit in over fourteen months, and it reads GitHub rather than CodeRabbit, so it holds no privileged access.
Operational risk
Two tools resolve review conversations, acting with whatever the GitHub token allows.

From Oodle

One platform for agent traces and infrastructure

Agent traces usually sit in a different product from the rest of your telemetry, so when a slow database makes an agent slow the symptom is in one tool and the cause is in another. Oodle keeps both in one query surface, from $10 per million spans.

See agent observability

Frequently asked questions

Does CodeRabbit have an official MCP server?

No. Its changelog entries about MCP describe CodeRabbit as a client that calls other servers, including presets and tool selection.

Does the community server still work?

Yes. A capture on 25 August 2026 registered all six tools. It has simply had no commit since 1 July 2025.

What credential does it need?

A GitHub personal access token. It reads CodeRabbit's review comments through GitHub's API and needs no CodeRabbit key at all.

Can an agent resolve a review comment?

Yes. resolve_comment and resolve_conversation both change state in GitHub, using the same token.

What should I use instead?

GitHub's own server reads the same pull request comments and is actively maintained. Codacy and SonarQube publish maintained servers for review findings from the vendor directly.

Changelog

  • 1 July 2025. Last push. The repository has never tagged a GitHub release.
  • 29 June 2025. bradthebeeble/coderabbitai-mcp created on GitHub.

Sources

Every number on this page traces to one of these

  1. CodeRabbit changelog and documentation index, checked 24 August 2026
  2. Repository facts from the GitHub API · bradthebeeble/coderabbitai-mcp, retrieved 24 August 2026
  3. Package facts from npm · coderabbitai-mcp 1.1.1
  4. Tool counts, descriptions and schema sizes from the server's own tools/list response

CodeRabbit’s own MCP documentation

For the comments themselves:

For maintained review findings: