GitHub PR MCP Server
About
An MCP (Model-Controller-Presenter) server built with TypeScript for analyzing GitHub Pull Requests.
Details
- Author
- MCP-Mirror
- Downloads
- 250
- Categories
- Developer Tools
Jump to
- Built with TypeScript for type safety.
- Analyzes GitHub Pull Requests.
- Requires Node.js version 14 or higher.
- Simple installation via npm.
- Compiles TypeScript into JavaScript using npm run build.
Clone the repository, install dependencies with npm install, build with npm run build, then add the path to your MCP Client Config using command: node and args: path/to/build/index.js.
GitHub PR MCP Server
An MCP (Model-Controller-Presenter) server built with TypeScript for analyzing GitHub Pull Requests.
Prerequisites
- Node.js (version 14 or higher)
- npm (comes with Node.js)
Installation
1. Clone the repository:
git clone https://github.com/gourav221b/Github-PR-MCP-server.git
2. Navigate to the project directory:
cd Github-PR-MCP-server
3. Install dependencies:
npm install
4. Build the project:
npm run build
5. Add the path to MCP Client Config:
command: node
args: path/to/build/index.js
Project Structure
- src/: Contains the TypeScript source code.
- build/: Holds the compiled JavaScript files.
- package.json: Lists project dependencies and scripts.
- tsconfig.json: TypeScript configuration file.
Scripts
- npm run build: Compiles TypeScript files into JavaScript.
- npm start: Runs the compiled JavaScript 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.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





