GitHub
NPM · @ABHISHEKMCP/GITHUB · SCANNED AUG 3
GitHub via MCP: search, repos, issues, PRs, files, notifications. OAuth device flow or token.
Available components
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. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (115 of 119), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (115 of 119), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to Abhishekkumar2021/mcp-suite). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 35 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability66
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 664 tokens (~41/item across 16 items; 16 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage85
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 54% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @abhishekmcp/github
claude mcp add abhishekkumar2021-github -- npx -y @abhishekmcp/github
codex mcp add abhishekkumar2021-github -- npx -y @abhishekmcp/github
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"abhishekkumar2021-github": {
"type": "local",
"command": [
"npx",
"-y",
"@abhishekmcp/github"
],
"enabled": true
}
}
} openclaw mcp add abhishekkumar2021-github --command npx --arg -y --arg @abhishekmcp/github
mcp_servers:
abhishekkumar2021-github:
command: "npx"
args: ["-y", "@abhishekmcp/github"] {
"mcpServers": {
"abhishekkumar2021-github": {
"command": "npx",
"args": [
"-y",
"@abhishekmcp/github"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +71
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Provenance: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- The attested source repository moved: Abhishekkumar2021/mcp-suite security
- Schema quality: unverified → good ▲ functional
- Stability: unverified → 0.23 ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- Licence: MIT functional
- 1 Aug 26 −2
- Dependency health: partial → unverified ▼ functional
- 31 Jul 26 −17
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −20
- Tool coverage: 100 → unverified ▼ functional
- 28 Jul 26 +20
- Tool coverage: unverified → 100 ▲ functional
- First check of Schema quality: fail functional
- First check of Tool coverage: 54 functional
- First check of Schema quality: unverified functional
- First check of Schema quality: pass functional
- 27 Jul 26 24
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@abhishekmcp/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- Abhishekkumar2021/mcp-suite
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/Abhishekkumar2021/mcp-suite/.github/workflows/publish.yml@refs/tags/github-v0.2.0
- Rekor log index:
- 1993230895
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:3b354388a53cd1d775f48c05a6a99280fbbc3813aafeaad218660b88f05ce29ffc40ea77d229705d395719ae59f1420f7bc630e7e016aeb4941a3341a
- Discovery method:
- attestation_endpoint
Dependencies 115 packages
115 packages in the resolved dependency tree · 115 deprecated · 30 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
add_issue_comment Comment on issue ~55
Add a comment to an issue or pull request.
| Name | Type | Req | Description |
|---|---|---|---|
| body | string | yes | — |
| number | integer | yes | — |
| owner | string | yes | Repository owner (user or org) |
| repo | string | yes | Repository name |
No output schema declared.
No examples provided.
create_issue Create issue ~52
Open a new issue in a repository.
| Name | Type | Req | Description |
|---|---|---|---|
| body | string | — | — |
| owner | string | yes | Repository owner (user or org) |
| repo | string | yes | Repository name |
| title | string | yes | — |
No output schema declared.
No examples provided.
get_file_contents Get file contents ~71
Read a file (decoded) or list a directory in a repo, at an optional ref.
| Name | Type | Req | Description |
|---|---|---|---|
| owner | string | yes | Repository owner (user or org) |
| path | string | yes | — |
| ref | string | — | Branch, tag, or commit SHA |
| repo | string | yes | Repository name |
No output schema declared.
No examples provided.
get_issue Get issue ~46
An issue's details plus its first comments.
| Name | Type | Req | Description |
|---|---|---|---|
| number | integer | yes | — |
| owner | string | yes | Repository owner (user or org) |
| repo | string | yes | Repository name |
No output schema declared.
No examples provided.
get_pull_request Get pull request ~51
A PR's details (diff stats, merged state, body).
| Name | Type | Req | Description |
|---|---|---|---|
| number | integer | yes | — |
| owner | string | yes | Repository owner (user or org) |
| repo | string | yes | Repository name |
No output schema declared.
No examples provided.
get_repo Get repository ~42
Repository metadata (stars, language, default branch, license).
| Name | Type | Req | Description |
|---|---|---|---|
| owner | string | yes | Repository owner (user or org) |
| repo | string | yes | Repository name |
No output schema declared.
No examples provided.
github_login Log in to GitHub ~44
Authenticate via GitHub OAuth device flow. First call returns a code + URL to open; run it again after authorizing to finish. (Or set GITHUB_TOKEN to skip.)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
github_logout Log out ~15
Clear the cached GitHub token.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_issues List issues ~62
List a repo's issues (excludes PRs).
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| owner | string | yes | Repository owner (user or org) |
| repo | string | yes | Repository name |
| state | string | — | Filter by state (default open) |
No output schema declared.
No examples provided.
list_notifications List notifications ~21
Your unread GitHub notifications.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
No output schema declared.
No examples provided.
list_pull_requests List pull requests ~58
List a repo's pull requests.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| owner | string | yes | Repository owner (user or org) |
| repo | string | yes | Repository name |
| state | string | — | Filter by state (default open) |
No output schema declared.
No examples provided.
rate_limit Rate limit ~18
Your remaining GitHub API requests and reset time.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
search_code Search code ~40
Search code across GitHub (e.g. 'addEventListener repo:owner/name').
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| query | string | yes | — |
No output schema declared.
No examples provided.
search_issues Search issues/PRs ~34
Search issues and pull requests (GitHub search syntax).
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| query | string | yes | — |
No output schema declared.
No examples provided.
search_repos Search repositories ~33
Search GitHub repositories (GitHub search syntax).
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| query | string | yes | — |
No output schema declared.
No examples provided.
whoami Who am I ~22
Show the authenticated GitHub user (and how the token was obtained).
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.