g

github issue阅读

anion2333/github-issue-parser_v1.1
Hosted
1 Stars 259 次浏览 更新于 2026-08-23

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "github-issue-parser": {
      "args": [
        "--from",
        "github-issue-parser-mcp",
        "github-issue-parser"
      ],
      "command": "uvx"
    }
  }
}

可用工具 (1 个)

该服务在 MCP 协议中暴露的工具,AI 可按需调用

parse_github_issue 1 个参数 需填 1 项

Parse a GitHub issue URL and return formatted plain text content. Args: issue_url: GitHub issue URL (e.g., "https://github.com/owner/repo/issues/123") Returns: Formatted plain text content of the GitHub issue including comments and reactions

必填参数:issue_url

服务介绍

GitHub Issue 解析 MCP 服务器

一个用于解析 GitHub Issues 并返回格式化文本内容的 MCP (多代理协作协议) 服务器。该服务可与支持 MCP 的 AI 助手(如 Claude)集成,使其能够读取和分析 GitHub Issue。

功能

  • 解析 GitHub Issue URL,获取完整的 Issue 内容
  • 返回格式化的纯文本内容,包括:
    • Issue 标题和基本信息
    • Issue 描述
    • Issue 标签
    • 所有评论
    • 反应(如 👍、❤️ 等)
  • 提供 Issue 分析提示功能,支持不同类型的分析
  • 实现为 MCP 资源,可通过 github-issue:// URL 方案访问

使用方法

使用 MCP 服务

mcp-config.json 中配置:

json
{
"mcpServers": {
"github-issue-parser": {
"command": "uvx",
"args": [
"--from",
"github-issue-parser-mcp",
"github-issue-parser"
]
}
}
}

依赖项

  • Python >= 3.8
  • fastmcp >= 0.1.0
  • requests >= 2.28.0
  • beautifulsoup4 >= 4.11.0

许可证

MIT 许可证

相关 MCP 服务