Github PR Comments
Createdshaileshahuja
Fetches comments from GitHub Pull Requests, including file paths, line ranges, and replies, using a personal access token.
About
This tool is a Model Context Protocol (MCP) server designed to retrieve comments from GitHub Pull Requests. It leverages the GitHub API via Octokit to fetch PR comments along with associated file paths, line ranges, and any replies. The server implements the MCP protocol using StdioServerTransport and returns the comments in a structured JSON format, facilitating easy integration with other applications and services.
Key Features
- Uses GitHub API via Octokit
- 1 GitHub stars
- Includes replies to comments
- Returns comments in a structured JSON format
- Fetches PR comments with file paths and line ranges
- Implements MCP server with StdioServerTransport
Use Cases
- Analyzing code review feedback programmatically
- Integrating GitHub PR comments into development workflows
- Displaying PR comments within IDEs or other tools