ai.smithery/saidsef-mcp-github-pr-issue-analyser
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…
★ 5Apache-2.0devtools
Install
Config snippet generator goes here (5 client tabs)
README
# MCP for GitHub PR, Issues, Tags and Releases
The [Model Context Protocol](https://www.anthropic.com/news/model-context-protocol) (MCP) is an open standard that enables seamless integration between Large Language Models (LLMs) and external tools. Whilst it can be implemented in any AI system, including custom LLM setups, the degree of integration and optimisation varies based on the model's architecture and capabilities.
<a href="https://glama.ai/mcp/servers/@saidsef/mcp-github-pr-issue-analyser">
<img width="380" height="200" src="https://glama.ai/mcp/servers/@saidsef/mcp-github-pr-issue-analyser/badge" alt="GitHub PR Issue Analyser MCP server" />
</a>
This MCP application serves as a bridge between LLMs and GitHub's repository management features, offering automated analysis of pull requests and comprehensive issue management. It provides a robust set of tools to fetch PR details, create issues, and update issues directly from your desktop LLM. The application is designed with modularity in mind, supporting extensibility via the MCP tool interface and seamless integration with existing workflows.
The toolset enables automated PR analysis, issue tracking, tagging and release management through a standardised MCP interface, making it ideal for teams seeking to streamline their GitHub workflow automation.
## Features
| Function | Description |
|------------------------------------------|---------------------------------------------------------------------------------------------------|
| Analyse GitHub Pull Requests and fetch diffs | Retrieve the diff/patch for any PR in a repository. |
| Fetch content and metadata for specific PRs | Get PR title, description, author, timestamps, and state. |
| Update PR title and description | Change the title and body of any PR. |
| Add comments to PRs | Post general comments to a PR thread. |
| Add inline review comments to PRs | Comment on specific lines in PR files for code review. |
| Create and update GitHub Issues | Open new issues or update existing ones with title, body, labels, and state. |
| Create tags and releases | Tag repository commits and publish releases with changelogs. |
| Retrieve IPv4 and IPv6 information | Get public IP address details for both IPv4 and IPv6. |
| List all open Issues or Pull Requests | View all open PRs or issues for any user or organisation. |
## Requirements
- Python 3.11+
- GitHub Personal Access Token (with `repo` scope)
## Architecture Diagram
```ascii
+------------------------+
| |
| MCP Client/User |
| |
+------------------------+
|
| (stdio/http)
v
+--------------------+ +------------------------+
| | | PRIssueAnalyser |
| IP Integration | <------------| (FastMCP Server) |
| (ipinfo.io) | | |
+--------------------+ +------------------------+
|
| (API calls)
v
+------------------------+
| GitHub Integration |
+------------------------+
|
| (REST API)
+-------------------------+-------------------------+
| | |
+-------------+ +--------------+ +-------------+
| GitHub PRs | |GitHub Issues | |GitHub Tags/ |
| & Releases | | | | Releases |
+-------------+ +--------------+ +-------------+
```
### Features:
1. PR Management: Fetch, analyze, and update
2. Issue Tracking: Create and update
3. Releas