Back to directory
joaomj/code-reviewer-mcp

joaomj/code-reviewer-mcp

@joaomj5

A GitHub Pull Request Code Review server using Model Context Protocol

code reviewgithubaipull requesttool

Installation & Configuration

{
  "mcpServers": {
    "code-reviewer-mcp": {
      "command": "node",
      "args": [
        "/path/to/code-reviewer-mcp/build/index.js"
      ],
      "env": {
        "GITHUB_PAT": "your_github_token",
        "OPENROUTER_API_KEY": "your_openrouter_key"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2025/4/24
Updated
2026/6/4