Skip to main content
Glama

GitHub Support Assistant

GitHub 지원 도우미

엔지니어가 유사한 GitHub 문제를 찾아 문제 해결 속도를 높이는 데 도움이 되는 MCP 서버입니다.

설정

  1. 종속성 설치:

지엑스피1

  1. GitHub 토큰을 환경 변수로 설정하세요.
export GITHUB_TOKEN=your_github_personal_access_token
  1. 서버를 빌드하세요:
npm run build
Claude와 통합:

Claude 데스크탑 구성을 업데이트합니다(예: code ~/Library/Application\ Support/Claude/claude_desktop_config.json

이 저장소가 복제된 전체 경로를 포함하도록 업데이트합니다.

{ "mcpServers": { "find-similar-github-issues": { "command": "node", "args": [ "/Users/<repo_path>/build/index.js" ] } } }

특징

  • 문제 설명을 기반으로 GitHub 저장소에서 유사한 문제 검색
  • 유사성 점수를 계산하여 결과를 순위화합니다.
  • 링크가 포함된 형식화된 문제 세부 정보를 반환합니다.

용법

서버는 하나의 도구를 제공합니다.

유사한 문제 찾기

주어진 설명과 유사한 GitHub 문제를 찾습니다.

매개변수:

  • owner : GitHub 저장소 소유자/조직
  • repo : GitHub 저장소 이름
  • issueDescription : 유사한 문제를 찾기 위한 문제 설명
  • maxResults : 반환할 유사한 문제의 최대 개수(기본값: 5)

구현 노트

이 구현은 간단한 Jaccard 유사도 계수를 사용하여 텍스트를 비교합니다. 실제 환경에서는 더 나은 유사도 매칭을 위해 더욱 정교한 NLP 기법을 구현하는 것을 고려해 보세요.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

지원 엔지니어가 저장소를 검색하고 문제 설명을 기반으로 유사성 점수를 계산하여 문제 해결 속도를 높이기 위해 유사한 GitHub 문제를 찾는 데 도움이 됩니다.

  1. 설정
    1. Claude와 통합:
  2. 특징
    1. 용법
      1. 유사한 문제 찾기
    2. 구현 노트

      Related MCP Servers

      • A
        security
        F
        license
        A
        quality
        Provides 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 -
        2
        17
        TypeScript
      • -
        security
        F
        license
        -
        quality
        Enables 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 -
        9
        1
        TypeScript
      • -
        security
        F
        license
        -
        quality
        Enables comprehensive GitHub operations through natural language including file management, repository administration, issue tracking, and advanced code searching.
        Last updated -
        22,573
        1
        TypeScript
      • A
        security
        F
        license
        A
        quality
        Provides GitHub data analysis for repositories, developers, and organizations, enabling insights into open source ecosystems through API calls and natural language queries.
        Last updated -
        5
        2
        JavaScript

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jake-Mok-Nelson/mcp-find-similar-github-issues'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server