MCP.so
Sign In

Github Mcp Server Review Tools

@wjessup

About Github Mcp Server Review Tools

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

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "github-mcp-server-review-tools": {
      "command": "docker",
      "args": [
        "build",
        "-t",
        "mcp/github",
        "-f",
        "src/github/Dockerfile",
        "."
      ]
    }
  }
}

Tools

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 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.

Frequently asked questions

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.

Comments

More Version Control MCP servers