gourav221b_Github-PR-MCP-server

gourav221b_Github-PR-MCP-server

0

The GitHub PR MCP Server is a TypeScript-based server designed to analyze GitHub Pull Requests. It emphasizes an MCP architecture and offers installation and usage instructions to deploy the server efficiently.

GitHub PR MCP Server

An MCP 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.
  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.
  • package.json: Dependencies and scripts.
  • tsconfig.json: TypeScript config.

Scripts

  • npm run build: Compile to JavaScript.
  • npm start: Run server.

Contributing

Contributions are welcome!

License

MIT License.