Skip to main content
Glama

GitHub Support Assistant

GitHub 支持助手

MCP 服务器可帮助支持工程师查找类似的 GitHub 问题,以加快故障排除速度。

设置

  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 存储库中搜索类似问题
  • 计算相似度分数来对结果进行排序
  • 返回带有链接的格式化问题详细信息

用法

服务器提供了一个工具:

查找类似问题

查找与给定描述类似的 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