Token导航 LogoToken导航TokenDH.com
MCP GitHub Issue Server logo
开发工具stdio官方级别未说明来源级核验

MCP GitHub Issue Server

MCP Server

mcp-github-issue

An MCP server that provides LLMs with the ability to use GitHub issues as tasks

工具数

1

提示词数

0

GitHub Stars

14

资源数

0
GitHub开发工具JavaScriptClaudeLLM工具Claude DesktopClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

sammcj

提供方

sammcj

最后核验

2026/5/18 02:15

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx mcp-github-issue

详细介绍

MCP GitHub问题服务器

](https://smithery.ai/protocol/mcp-github-issue)

](https://smithery.ai/server/mcp-github-issue)

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

安装

手动安装

npx mcp-github-issue

通过Smithery安装

通过以下方式自动安装MCP GitHub Issue Server for Claude Desktop 史密瑟里:

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"]
}

示例用法:


github-issue
get_issue_task

{
  "url": "https://github.com/owner/repo/issues/123"
}

响应格式:

{
  "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)

目录标签

目录标签

GitHub开发工具JavaScriptClaudeLLM工具developer-toolsGitHub集成本地部署任务管理

支持客户端

Claude DesktopClaude

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Node.js

部署方式(deploymentType,部署类型)

remote-capable

来源包(packageName,安装包名)

mcp-github-issue

工具数量(toolCount,工具数)

1

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdiononeremote-capable

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP