Skip to main content
Glama

MCP GitHub Issue Server

by sammcj

MCP GitHub 问题服务器

一个 MCP 服务器,为 LLM 提供使用 GitHub 问题作为待完成任务的能力。该服务器允许 LLM 获取 GitHub 问题详情并将其用作任务描述。

安装

手动安装

npx mcp-github-issue

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 MCP GitHub Issue Server:

npx -y @smithery/cli install mcp-github-issue --client claude

用法

作为 MCP 服务器

添加到您的 MCP 配置:

{ "mcpServers": { "github-issue": { "command": "npx", "args": ["mcp-github-issue"] } } }

可用工具

获取问题任务

获取 GitHub 问题详细信息以用作任务。

输入模式:

{ "type": "object", "properties": { "url": { "type": "string", "description": "GitHub issue URL (https://github.com/owner/repo/issues/number)" } }, "required": ["url"] }

示例用法:

<use_mcp_tool> <server_name>github-issue</server_name> <tool_name>get_issue_task</tool_name> <arguments> { "url": "https://github.com/owner/repo/issues/123" } </arguments> </use_mcp_tool>

响应格式:

{ "task": { "title": "Issue Title", "description": "Issue Description/Body", "source": "https://github.com/owner/repo/issues/123" } }

特征

  • 从公共存储库获取 GitHub 问题详细信息
  • 公共存储库无需身份验证
  • 返回结构化任务数据,包括标题、描述和源 URL
  • 与模型上下文协议(MCP)兼容

发展

# Install dependencies npm install # Build the project npm run build # Run the server locally npm run serve # Format code npm run format # Run MCP inspector npm run inspector

执照

麻省理工学院

作者

山姆·麦克劳德( https://smcleod.net

You must be authenticated.

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

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

通过提供任务详细信息,使 LLM 能够与 GitHub 问题进行交互,从而允许通过 GitHub 平台实现无缝集成和任务管理。

  1. 安装
    1. 手动安装
    2. 通过 Smithery 安装
  2. 用法
    1. 作为 MCP 服务器
    2. 可用工具
  3. 特征
    1. 发展
      1. 执照
        1. 作者

          Related MCP Servers

          • -
            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
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that enables efficient management of GitHub issues in a Kanban board format, allowing LLMs to automate task management through GitHub integration.
            Last updated -
            4
            2
            4
            TypeScript
            MIT License
          • -
            security
            F
            license
            -
            quality
            An MCP server that enables Claude and other compatible LLMs to interact with the GitHub API, supporting features like creating issues, retrieving repository information, listing issues, and searching repositories.
            Last updated -
            TypeScript
          • -
            security
            A
            license
            -
            quality
            An MCP server that enables clients to extract LLM-friendly prompts from documentation in GitHub repositories or hosted websites.
            Last updated -
            Python
            Apache 2.0

          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/sammcj/mcp-github-issue'

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