← Back to search

io.github.jaimenbell/github-mcp

jaimenbell Scanned 12d ago

MCP server for the GitHub REST API: issues, PRs, repos; read always on, write env-gated.

B
81.5 / 100

Versions

0.1.0latest
first seen Jul 8, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 14

get_repo_tool
annotations: none low

repo str owner str
list_issues_tool
annotations: none low

repo str limit int owner str state str
get_issue_tool
annotations: none low

repo str owner str issue_number int
list_pull_requests_tool
annotations: none low

repo str limit int owner str state str
get_pull_request_tool
annotations: none low

repo str owner str pr_number int
get_file_content_tool
annotations: none low

ref string path str repo str owner str
search_repos_tool
annotations: none low

limit int query str
get_user_tool
annotations: none low

username str
list_commits_tool
annotations: none low

sha string repo str limit int owner str
create_issue_tool
annotations: none low

body string repo str owner str title str labels string
comment_on_issue_tool
annotations: none low

body str repo str owner str issue_number int
update_issue_state_tool
annotations: none low

repo str owner str state str issue_number int
add_labels_tool
annotations: none low

repo str owner str labels string issue_number int
create_pr_review_comment_tool
annotations: none low

body str line int path str repo str owner str commit_id str pr_number int

Permissions 3

network medium
Server uses network capabilities via: httpx
filesystem low
Server uses filesystem capabilities via: os, pathlib
env_vars low
Server uses env_vars capabilities via: os.environ

Scan Findings 38

info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
low
Tool 'get_repo_tool' has no annotations annotation_checker · 100%
low
Tool 'list_issues_tool' has no annotations annotation_checker · 100%
low
Tool 'get_issue_tool' has no annotations annotation_checker · 100%
low
Tool 'list_pull_requests_tool' has no annotations annotation_checker · 100%
low
Tool 'get_pull_request_tool' has no annotations annotation_checker · 100%
low
Tool 'get_file_content_tool' has no annotations annotation_checker · 100%
low
Tool 'search_repos_tool' has no annotations annotation_checker · 100%
low
Tool 'get_user_tool' has no annotations annotation_checker · 100%
low
Tool 'list_commits_tool' has no annotations annotation_checker · 100%
low
Tool 'create_issue_tool' has no annotations annotation_checker · 100%
low
Tool 'comment_on_issue_tool' has no annotations annotation_checker · 100%
low
Tool 'update_issue_state_tool' has no annotations annotation_checker · 100%
low
Tool 'add_labels_tool' has no annotations annotation_checker · 100%
low
Tool 'create_pr_review_comment_tool' has no annotations annotation_checker · 100%
medium
OAuth implementation without PKCE auth_checker · 75%
info
pyproject.toml metadata manifest_parser · 100%
info
Tool: get_repo_tool manifest_parser · 90%
info
Tool: list_issues_tool manifest_parser · 90%
info
Tool: get_issue_tool manifest_parser · 90%
info
Tool: list_pull_requests_tool manifest_parser · 90%
info
Tool: get_pull_request_tool manifest_parser · 90%
info
Tool: get_file_content_tool manifest_parser · 90%
info
Tool: search_repos_tool manifest_parser · 90%
info
Tool: get_user_tool manifest_parser · 90%
info
Tool: list_commits_tool manifest_parser · 90%
info
Tool: create_issue_tool manifest_parser · 90%
info
Tool: comment_on_issue_tool manifest_parser · 90%
info
Tool: update_issue_state_tool manifest_parser · 90%
info
Tool: add_labels_tool manifest_parser · 90%
info
Tool: create_pr_review_comment_tool manifest_parser · 90%
info
Required env vars (2) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 90%
low
Permission: filesystem access detected permission_analyzer · 70%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 4 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%