# GitHub Issue MCP (npm · github-issue-mcp)

AI-powered MCP server for generating GitHub issues and detecting semantic duplicates.

- Trust score: 65/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

- npm · `github-issue-mcp`: 65/100 (this document), [markdown](https://verifymcp.io/servers/sarim-aliii-github-issue-mcp/github-issue-mcp.md), [page](https://verifymcp.io/servers/sarim-aliii-github-issue-mcp/github-issue-mcp)

## Channel facts

- Registry: `npm`
- Package: `github-issue-mcp`
- Version: `1.1.2`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-20.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 49 of 159 dependencies flagged as unhealthy (1 deprecated).
- **Provenance & Transparency**: 32/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: no license is declared.
  - Actively maintained (last published 5 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 72/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 403 tokens (~80/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add sarim-aliii-github-issue-mcp -- npx -y github-issue-mcp
```

### Codex

```bash
codex mcp add sarim-aliii-github-issue-mcp -- npx -y github-issue-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "sarim-aliii-github-issue-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "github-issue-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add sarim-aliii-github-issue-mcp --command npx --arg -y --arg github-issue-mcp
```

### Hermes

```yaml
mcp_servers:
  sarim-aliii-github-issue-mcp:
    command: "npx"
    args: ["-y", "github-issue-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "sarim-aliii-github-issue-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github-issue-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-15 (score 65, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-08-14 (score 50)

First indexed and scored.

## MCP tools (5)

### `generate_issue` (~142 tokens)

Generate a structured GitHub issue using the issue description, issue details, and repository labels.

Input parameters:

- `actualBehavior` (string): What actually happens
- `additionalContext` (string): Logs, screenshots, related information, or other useful context
- `description` (string, required): Short natural-language description of the problem or request
- `environment` (string): Browser, operating system, application version, etc.
- `expectedBehavior` (string): What should happen
- `labels` (array): Labels selected from the repository's available GitHub labels
- `reproductionSteps` (string): Steps required to reproduce the issue
- `type` (string, required): Type of GitHub issue

### `create_github_issue` (~74 tokens)

Create a new issue in a GitHub repository

Input parameters:

- `body` (string, required): Issue body in Markdown
- `labels` (array): GitHub labels to apply
- `owner` (string, required): GitHub repository owner
- `repo` (string, required): GitHub repository name
- `title` (string, required): Issue title

### `list_github_issues` (~42 tokens)

List open issues in a GitHub repository

Input parameters:

- `owner` (string, required): GitHub repository owner
- `repo` (string, required): GitHub repository name

### `list_github_labels` (~41 tokens)

List labels available in a GitHub repository

Input parameters:

- `owner` (string, required): GitHub repository owner
- `repo` (string, required): GitHub repository name

### `check_duplicate_issue` (~104 tokens)

Find the most likely existing open GitHub issues that could be related to a proposed issue. This tool retrieves open issues and performs cheap lexical candidate ranking. Treat the returned issues as candidates only; semantic duplicate determination must be done by the AI. Do not call list_github_issues separately for duplicate checking.

Input parameters:

- `description` (string, required): Description of the proposed issue
- `owner` (string, required): GitHub repository owner
- `repo` (string, required): GitHub repository name

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/sarim-aliii-github-issue-mcp/github-issue-mcp#diagnostics

## Score history

- 2026-08-20: 65
- 2026-08-19: 65
- 2026-08-18: 65
- 2026-08-17: 65
- 2026-08-16: 65
- 2026-08-15: 65
- 2026-08-14: 50

## Links

- npm package: https://www.npmjs.com/package/github-issue-mcp
- Socket report: https://socket.dev/npm/package/github-issue-mcp
- Repository: https://github.com/sarim-aliii/github-issue-mcp
- Changelog RSS feed: https://verifymcp.io/servers/sarim-aliii-github-issue-mcp/github-issue-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/sarim-aliii-github-issue-mcp/github-issue-mcp.json
- HTML version of this page: https://verifymcp.io/servers/sarim-aliii-github-issue-mcp/github-issue-mcp
