gh-self-reviewer
@alesr
About gh-self-reviewer
MCP server tool for self-review of GitHub pull requests
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is gh-self-reviewer?
gh-self-reviewer is a Go-based Anthropic MCP server that helps developers self-review their GitHub pull requests by listing open PRs and adding comments, designed to work with Claude AI via the Model Context Protocol.
How to use gh-self-reviewer?
Install Go 1.24+, clone the repo, and build the binary. Configure a GitHub personal access token with repo scope and add the server to your Claude AI config under mcpServers with the command path and GITHUB_TOKEN_MCP_APP_REVIEW environment variable. Then instruct Claude to list PRs or review a specific PR.
Key features of gh-self-reviewer
- List all open pull requests across owned GitHub repositories
- Comment on pull requests directly
- Integrates with Claude AI via the Model Context Protocol
- Written in Go for fast execution
- Uses a dedicated GitHub token for secure access
Use cases of gh-self-reviewer
- Self-review your open PRs before requesting peer reviews
- Automate initial review comments using AI assistance
- Quickly list all pending pull requests in your repos
- Catch issues early by having Claude analyze your code changes
FAQ from gh-self-reviewer
What are the runtime requirements for gh-self-reviewer?
Go 1.24.0 or higher and a GitHub personal access token with repo scope are required.
How do I configure gh-self-reviewer with Claude AI?
Clone and build the server, then add a github_tools entry to your Claude AI config, specifying the binary path and setting the GITHUB_TOKEN_MCP_APP_REVIEW environment variable with your token.
What can gh-self-reviewer do with my pull requests?
It can list all open PRs across repositories you own and add comments to specific PRs when instructed.
How does gh-self-reviewer authenticate with GitHub?
It uses a GitHub personal access token provided via the GITHUB_TOKEN_MCP_APP_REVIEW environment variable.
Does gh-self-reviewer require an internet connection?
Yes, it communicates with the GitHub API over the internet to fetch PR data and post comments.
More Version Control MCP servers
Linear MCP Server
jerhadfA server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.
GitHub MCP Server Extension for Zed
LoamStudiosA GitHub MCP Server extension for Zed
Atlassian Jira MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.
AIO-MCP Server
athapong🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows. Folk from https://github.com/nguyenvanduocit/all-in-one-model-context-protocol
Gerrit Review MCP Server
cayirtepeomerThis MCP server provides integration with Gerrit code review system, allowing AI assistants to review code changes and their details through a simple interface.
Comments