github-triage-mcp-server
If you are the rightful owner of github-triage-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The GitHub Triage MCP assists with the management and automation of triage workflows within GitHub repositories, enabling users to streamline issue labeling.
The GitHub Triage MCP is designed to facilitate the management and automation of triage workflows within GitHub repositories. It provides tools to streamline the process of labeling issues, managing labels, and retrieving detailed information about issues. This server is particularly useful for developers and project managers who need to efficiently manage large volumes of issues and pull requests. By automating repetitive tasks, the GitHub Triage MCP helps teams maintain organized and up-to-date repositories, ultimately improving productivity and collaboration.
Features
- Issue Triage: Retrieve detailed information about GitHub issues, identify untriaged issues, and fetch lists of open issues for quick reference or reporting.
- Label Management: Fetch all labels associated with a repository, add labels to issues or pull requests based on specific criteria and instructions.
Tools
triage_get_issues_count
Fetches the count of open issues in the specified GitHub repository.
triage_get_issues
Fetches and formats a list of open issues in the specified GitHub repository.
triage_get_labels_count
Fetches the total number of labels in the specified GitHub repository.
triage_get_labels
Fetches and formats a list of labels in the specified GitHub repository.
triage_summary_issue
Fetches a summary of a GitHub issue, including metadata, labels, and comments (LLM).
triage_add_labels_issue
Applies specified labels to a GitHub issue, using the issue details and some specific instructions.