GitHub 지원 도우미
엔지니어가 유사한 GitHub 문제를 찾아 문제 해결 속도를 높이는 데 도움이 되는 MCP 서버입니다.
설정
- 종속성 설치:
지엑스피1
- GitHub 토큰을 환경 변수로 설정하세요.
- 서버를 빌드하세요:
Claude와 통합:
Claude 데스크탑 구성을 업데이트합니다(예: code ~/Library/Application\ Support/Claude/claude_desktop_config.json
이 저장소가 복제된 전체 경로를 포함하도록 업데이트합니다.
특징
- 문제 설명을 기반으로 GitHub 저장소에서 유사한 문제 검색
- 유사성 점수를 계산하여 결과를 순위화합니다.
- 링크가 포함된 형식화된 문제 세부 정보를 반환합니다.
용법
서버는 하나의 도구를 제공합니다.
유사한 문제 찾기
주어진 설명과 유사한 GitHub 문제를 찾습니다.
매개변수:
owner
: GitHub 저장소 소유자/조직repo
: GitHub 저장소 이름issueDescription
: 유사한 문제를 찾기 위한 문제 설명maxResults
: 반환할 유사한 문제의 최대 개수(기본값: 5)
구현 노트
이 구현은 간단한 Jaccard 유사도 계수를 사용하여 텍스트를 비교합니다. 실제 환경에서는 더 나은 유사도 매칭을 위해 더욱 정교한 NLP 기법을 구현하는 것을 고려해 보세요.
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
지원 엔지니어가 저장소를 검색하고 문제 설명을 기반으로 유사성 점수를 계산하여 문제 해결 속도를 높이기 위해 유사한 GitHub 문제를 찾는 데 도움이 됩니다.
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityProvides tools for mapping and analyzing GitHub repositories. It allows users to set a GitHub Personal Access Token and retrieve detailed information about a specified repository, including its structure and summary statistics.Last updated -217TypeScript
- -securityFlicense-qualityEnables interaction with GitHub through the GitHub API, supporting file operations, repository management, advanced search, and issue tracking with comprehensive error handling and automatic branch creation.Last updated -91TypeScript
- -securityFlicense-qualityEnables comprehensive GitHub operations through natural language including file management, repository administration, issue tracking, and advanced code searching.Last updated -22,5731TypeScript
- AsecurityFlicenseAqualityProvides GitHub data analysis for repositories, developers, and organizations, enabling insights into open source ecosystems through API calls and natural language queries.Last updated -52JavaScript