GitHub Review
БесплатноНе проверенIntegrates with GitHub's API to enable pull request analysis, code review operations, file change tracking, commit history retrieval, and automated review comme
Описание
Integrates with GitHub's API to enable pull request analysis, code review operations, file change tracking, commit history retrieval, and automated review comment posting for development team collaboration workflows.
README
Minimal Model Context Protocol (MCP) server that exposes GitHub-focused tools for AI assistants.
🔧 Quick Start (Local)
# 1. Clone & install
git clone <repo-url>
cd github-review-mcp
pnpm install
# 2. Add credentials
echo "GITHUB_TOKEN=ghp_your_token_here" > .env
# 3. Run the server
pnpm start
The server listens on the port specified by your MCP client (default 3000).
🖥️ Using from an MCP Client
Cursor IDE
Add this to Settings → Extensions → MCP (or your mcp-servers.json):
{
"mcpServers": {
"github-review-server": {
"command": "node",
"args": ["/absolute/path/github-review-mcp/src/index.js"],
"env": { "GITHUB_TOKEN": "ghp_your_token_here" }
}
}
}
Generic MCP Client
Point the client to node /absolute/path/github-review-mcp/src/index.js and pass GITHUB_TOKEN in the environment.
🐳 Docker (Hosted)
A Dockerfile mirroring the hosted image is included.
# Build
docker build -t gh-mcp .
# Run
docker run -e GITHUB_TOKEN=ghp_your_token_here -p 3000:3000 gh-mcp
Attach the container to your MCP client using http://localhost:3000 (or the mapped port) as the command.
⚙️ Environment Variables
| Variable | Description | Default |
|---|---|---|
GITHUB_TOKEN |
GitHub Personal Access Token (required) | - |
MAX_PATCH_SIZE |
Maximum diff patch size (chars) | 2000 |
MAX_FILES_TO_REVIEW |
Maximum files processed per PR | 50 |
REQUEST_TIMEOUT |
HTTP request timeout (ms) | 30000 |
LOG_LEVEL |
Logging level (debug, info, …) |
info |
ENABLE_DEBUG |
Verbose logging (true/false) |
false |
🛠️ Available Tools
Core PR utilities plus advanced analysis modules:
get_review_prompts⭐ (call this first!)get_pr_detailsget_pr_filesget_pr_commitsget_file_contentpost_pr_reviewget_repo_info
Advanced analysis (🚀):
analyze_code_qualityanalyze_diff_impactdetect_security_issuesdetect_code_patternsanalyze_dependenciesanalyze_test_coveragegenerate_suggestions
For detailed usage examples, see the original README history or the inline JSDoc in src/tools/.
Установка GitHub Review
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/heruujoko/github-review-mcpFAQ
GitHub Review MCP бесплатный?
Да, GitHub Review MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для GitHub Review?
Нет, GitHub Review работает без API-ключей и переменных окружения.
GitHub Review — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить GitHub Review в Claude Desktop, Claude Code или Cursor?
Открой GitHub Review на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare GitHub Review with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
