Github-PR-MCP-server

Github-PR-MCP-server

5

The GitHub PR MCP Server is a Model Context Protocol server designed to analyze GitHub Pull Requests and is built using TypeScript. It includes installation instructions and supports contributions, operating under the MIT License.

GitHub PR MCP Server

An MCP (Model Context Protocol) server built with TypeScript for analyzing GitHub Pull Requests.

Prerequisites

  • Node.js (version 14 or higher)
  • npm (comes with Node.js)

Installation

Installing via Smithery

To install GitHub PR MCP Server for Claude Desktop automatically via Smithery:

Manual Installation

  1. Clone the repository.
  2. Navigate to the project directory.
  3. Install dependencies.
  4. Build the project.
  5. Add the path to MCP Client Config.

Project Structure

  • src/: TypeScript source code.
  • build/: Compiled JavaScript files.

Scripts

  • npm run build: Compiles TypeScript files.
  • npm start: Runs the server.

Contributing

Contributions are welcome! Please fork the repository and create a pull request with your changes.

License

This project is licensed under the MIT License.