1. Conduid
  2. Developer Tools
  3. Github Issue Parser MCP Server
MCP server · Developer Tools

Github Issue Parser MCP Server

a mcp server that reads and parses github issue content

Unclaimed MIT last commit a year ago devtools
49Fair

Scored 4 months ago · breakdown

About Github Issue Parser MCP Server

Github Issue Parser MCP Server is an MCP server published by Anionex in the Developer Tools category: a mcp server that reads and parses github issue content. It has been installed 0 times through Conduid.

The repository has 1 stars and 0 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx github-issue-parser-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Github Issue Parser MCP Server

Powered by Claude · Grounded in docs

I know everything about Github Issue Parser MCP Server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

GitHub Issue Parser MCP Server

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

功能

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

使用方法

使用 MCP 服务

mcp-config.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 许可证

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Github Issue Parser MCP Server

How do I install Github Issue Parser MCP Server?

Run npx github-issue-parser-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Github Issue Parser MCP Server safe to use with an AI agent?

Its trust score is 49 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Github Issue Parser MCP Server still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.