MCP server that helps AI coding agents interact with AI code reviewers on GitHub PRs
MCP server that helps AI coding agents interact with AI code reviewers on GitHub PRs
Is it safe?
No known CVEs for codereviewbuddy.
No authentication — any process on your machine can connect to this server.
License not specified.
Last scanned 0 days ago.
Is it maintained?
Last commit 0 days ago.
Will it work with my client?
Transport: stdio, sse. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
How much context will it use?
10 tools. Estimated ~500 tokens of your context window (0.3% of 200K).
What if it doesn't work?
Common issues: JSON syntax errors in config, Python version mismatch, network or firewall blocking. covers troubleshooting.
{
"mcpServers": {
"io-github-detailobsessed-codereviewbuddy": {
"args": [
"codereviewbuddy"
],
"command": "uvx"
}
}
}Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx codereviewbuddy 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
summarize_review_statusLightweight stack-wide overview with severity counts — start here
triage_review_commentsOnly actionable threads, pre-classified with severity and suggested actions
list_review_commentsAll review threads with reviewer ID, status, and auto-discovered stack
list_stack_review_commentsComments for multiple PRs in one call, grouped by PR number
reply_to_commentReply to inline threads (PRRT_), PR-level reviews (PRR_), or bot comments (IC_)
create_issue_from_commentCreate a GitHub issue from a review comment with labels and PR backlink
diagnose_ciDiagnose CI failures — finds the failed run, jobs, steps, and actionable error lines
stack_activityChronological timeline of pushes, reviews, labels, merges across all PRs in a stack with settled flag
list_recent_unresolvedScan merged PRs for late review comments
check_for_updatesCheck for updates and suggest upgrade commands
Last scanned 2h ago
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.