7 tools from the Code Review MCP Server, categorised by risk level.
View the Code Review policy →CodeReview Runs git diff between branch and base branch. Returns the diff along with instructions to review and fix issues. CodeReviewWithGithubUrl Fetches diff from a GitHub PR URL. Returns the diff along with instructions to review and fix issues. GetLocalGitDiff Get git diff between two branches locally. Returns raw diff output without review instructions. GetPRTemplate Read PR template from specified folder path and template name, returns template content or default template if not found. AddPRLineComment Adds multiple comments to specific lines in a GitHub PR. Supports commenting on specific changed lines in the PR diff. 2/5 AddPRSummaryComment Adds a summary comment to a GitHub PR. 2/5 CreatePR Create a new GitHub Pull Request with specified title, body, and branches. Automatically detects GitHub URL and current branch from local git confi... 2/5 The Code Review MCP server exposes 7 tools across 2 categories: Read, Write.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Code Review server.
Code Review tools are categorised as Read (4), Write (3). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept