Orcus2021/code-review-mcp-server
A Model Context Protocol (MCP) tool that automates code review and leaves comments directly on GitHub PRs, with support for Notion integration for custom review guidelines.
Platform-specific configuration:
{
"mcpServers": {
"code-review-mcp-server": {
"command": "npx",
"args": [
"-y",
"code-review-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...