mcp-find-similar-github-issues
If you are the rightful owner of mcp-find-similar-github-issues 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.
An MCP server that helps support engineers find similar GitHub issues to speed up troubleshooting.
The GitHub Support Assistant is a Model Context Protocol (MCP) server designed to assist support engineers by identifying similar issues within GitHub repositories. By leveraging a similarity search mechanism, it helps in quickly locating related issues, thereby expediting the troubleshooting process. The server uses a Jaccard similarity coefficient to compare issue descriptions, providing a ranked list of similar issues. This tool is particularly useful for support teams dealing with a high volume of issues, as it can significantly reduce the time spent on identifying recurring problems.
Features
- Searches for similar issues in a GitHub repository based on issue description
- Calculates similarity scores to rank results
- Returns formatted issue details with links
Tools
find-similar-issues
Finds GitHub issues similar to a given description.