Skip to main content
Glama

GitHub Support Assistant

GitHub サポートアシスタント

サポート エンジニアが同様の GitHub の問題を見つけてトラブルシューティングを迅速化するのに役立つ MCP サーバー。

設定

  1. 依存関係をインストールします:
npm install
  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 リポジトリ内の類似の問題を検索します
  • 類似度スコアを計算して結果をランク付けします
  • リンク付きのフォーマットされた問題の詳細を返します

使用法

サーバーは次のツールを 1 つ提供します。

類似の問題を見つける

指定された説明に類似した 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