MCP server for interacting with CodeRabbit AI reviews on GitHub pull requests. Enables LLMs to analyze, implement, and resolve CodeRabbit suggestions programmatically.
{
"mcpServers": {
"coderabbitai": {
"command": "npx",
"args": [
"-y",
"coderabbitai-mcp"
]
}
}
}