Orcus2021/code-review-mcp-server
If you are the rightful owner of code-review-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Code Review MCP Tool is a Model Context Protocol server designed to automate code reviews and provide GitHub PR comments for applications supporting MCP integration.
Tools
Functions exposed to the LLM to take actions
codeReview
Run a git diff between branches. Requires a base branch name to compare against the current branch, and provide instructions to review/fix issues.
getLocalGitDiff
Get git diff between two branches locally. Returns raw diff output without review instructions.
codeReviewWithGithubUrl
Run a git diff using a GitHub PR URL. Requires a GitHub pull request URL to fetch the diff, and provide instructions to review/fix issues.
addPRSummaryComment
Add a summary comment to a GitHub pull request
addPRLineComment
Add multiple comments to specific lines in a GitHub pull request
getPRTemplate
Read PR template from specified folder path and template name, returns template content or default template if not found
createPR
Create a new GitHub Pull Request with specified title, body, and branches. Automatically detects GitHub URL and current branch from local git configuration.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client