MCP.so
ログイン

Github Mcp Server Review Tools

@wjessup

Github Mcp Server Review Tools について

Extended GitHub MCP Server with additional tools for pull request review comment functionality

基本情報

カテゴリ

バージョン管理

ランタイム

node

トランスポート

stdio

公開者

wjessup

設定

以下の設定を使って、このサーバーを 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.

コメント

「バージョン管理」の他のコンテンツ