Github Mcp Server Review Tools
@wjessup
Github Mcp Server Review Tools について
Extended GitHub MCP Server with additional tools for pull request review comment functionality
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"github-mcp-server-review-tools": {
"command": "docker",
"args": [
"build",
"-t",
"mcp/github",
"-f",
"src/github/Dockerfile",
"."
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Github Mcp Server Review Tools?
Github Mcp Server Review Tools is an MCP server that provides tools for interacting with GitHub pull request reviews, comments, and threads. It enables developers to fetch, reply, resolve, and check review threads via a Model Context Protocol–compatible client such as Cursor.
How to use Github Mcp Server Review Tools?
Install the project with yarn && yarn start. Configure the server in your MCP client (e.g., Cursor) by setting the command to node with the path to the compiled dist/index.js and providing a GITHUB_PERSONAL_ACCESS_TOKEN environment variable. Use the tools listed in the README to perform review operations.
Key features of Github Mcp Server Review Tools
- Get a specific pull request review
- Get a specific pull request review comment
- Reply to a pull request review comment
- Mark a pull request review thread as resolved
- Check if all threads in a review are resolved
- Retrieve threads from a specific review
- Get all review threads for a pull request
- Get a single review thread with full comment details
Use cases of Github Mcp Server Review Tools
- Fetching and reviewing pull request feedback in an AI-assisted chat interface
- Replying to comments directly from your development environment
- Resolving review threads after addressing feedback
- Programmatically checking resolution status of all threads in a review
FAQ from Github Mcp Server Review Tools
What authentication is required?
A GitHub personal access token must be provided via the GITHUB_PERSONAL_ACCESS_TOKEN environment variable.
What are the runtime dependencies?
Node.js and Yarn are required to build and run the server from source.
Does the server support Docker deployment?
A Dockerfile is included (src/github/Dockerfile) but has not been tested by the author.
Where does the data reside?
All data is accessed via the GitHub API using the provided personal access token. No local storage is mentioned.
What transport protocol is used?
The server follows the Model Context Protocol, which typically uses stdio transport; the README does not specify alternative transports.
「バージョン管理」の他のコンテンツ
MCP Git Ingest
adhikaspA Model Context Protocol (MCP) server that helps read GitHub repository structure and important files.
MCP Atlassian Server (by phuc-nt)
phuc-ntMCP server connecting AI assistants with Jira & Confluence for smart project management.

Git
modelcontextprotocolModel Context Protocol Servers
MCP GitHub Project Manager
kunwarViveka mcp server to manage github project's functionality
GitHub Actions 工作流使用说明
HenryHaosonYuque mcp server
コメント