Labsco
bradthebeeble logo

CodeRabbit

โ˜… 29

from bradthebeeble

Interact with CodeRabbit AI reviews on GitHub pull requests.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeQuick setup

CodeRabbit MCP Server

A Model Context Protocol (MCP) server for interacting with CodeRabbit AI reviews on GitHub pull requests. This server enables Large Language Models (LLMs) to analyze, understand, and implement CodeRabbit suggestions programmatically.

Features

  • Get CodeRabbit Reviews: Retrieve all CodeRabbit reviews for a specific pull request
  • Review Details: Get detailed information about specific reviews including configuration and files reviewed
  • Extract Comments: Get individual line comments with AI prompts and suggestions
  • Comment Details: Deep dive into specific comments with context and fix examples
  • Resolve Comments: Mark comments as addressed, won't fix, or not applicable
  • Automated Workflow Prompt: Use /coderabbit-review slash command for complete review processing

Architecture

  • TypeScript: Fully typed implementation with Zod validation
  • MCP SDK: Built on the official Model Context Protocol SDK
  • Modular Design: Each tool is implemented in its own module
  • MCP Prompts: Automated workflows available as slash commands

API Rate Limits

The server respects GitHub's API rate limits:

  • 5,000 requests/hour for authenticated requests
  • Automatically handles rate limit responses

Support