Submit

Code Review

@Orcus2021

A MCP tool that automates code review and leaves comments directly on GitHub PRs, with support for Notion integration for custom review guidelines.

Tools

codeReview

codeReviewWithGithubUrl

addPRSummaryComment

addPRLineComment

Server Config

{
  "mcpServers": {
    "code-review": {
      "command": "npx",
      "args": [
        "-y",
        "code-review-mcp-server"
      ],
      "env": {
        "GITHUB_TOKEN": "github_token",
        "NOTION_API_KEY": "notion_api_key",
        "NOTION_CODE_REVIEW_GUIDELINE_CODE_BLOCK_URL": "notion_code_block_url_here",
        "NOTION_STYLE_GUIDELINE_CODE_BLOCK_URL": "notion_code_block_url_here",
        "IGNORE_PATTERNS": "pattern1,pattern2,pattern3"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.