# GitHub MCP Server

> GitHub MCP Server is an officially published MCP server from GitHub. Anomity scores its risk at 20 out of 100 (low).

- **Canonical URL:** https://catalog.anomity.ai/mcp/github-mcp-server
- **Kind:** MCP server
- **Publisher:** GitHub
- **Trust level:** official
- **Risk score:** 20/100 (low)
- **Website:** https://github.com/github/github-mcp-server
- **Repository:** https://github.com/github/github-mcp-server
- **Last updated:** 2026-09-02
- **JSON:** https://catalog.anomity.ai/api/entries/mcp/github-mcp-server

## Description

GitHub's own MCP server, written in Go and maintained by the GitHub team. It exposes repositories, issues, pull requests, code search, and Actions to an agent as structured tools, so a coding assistant can triage an issue, read the diff on a PR, or search across an organisation's code without a human pasting context.

It authenticates as you. The server reaches the network and holds a GitHub token — which is the capability that matters, because the token's scopes define the blast radius, not the server's code. A token with `repo` write on an organisation lets any agent driving this server push branches, edit workflows, and comment as you. Issue and PR text is attacker-controlled on public repositories, so treat it as untrusted input reaching an agent that holds write credentials, and scope the token to the narrowest set of repositories that makes the assistant useful.

## Why it scored 20

The score starts at the catalog's neutral base of 50 and moves only through the signals below. The formula is published at https://catalog.anomity.ai/about — there is no model and no hidden heuristic.

| Signal | Contribution | Severity | Evidence |
| --- | --- | --- | --- |
| Published by the vendor | -40 | trust offset |  |
| 1 high-risk capability: credentials:access | +10 | high |  |

Clamped result: **20/100**, band **low**.

## Capabilities

| Capability | Name | Security implication |
| --- | --- | --- |
| `network:outbound` | Outbound network | Can make outbound network requests. Required for hosted model providers and remote APIs; also the path for data exfiltration if combined with read access. |
| `credentials:access` | Credentials access | Reads provider API keys, OAuth tokens, or other secrets from the host keychain or environment. |
| `git:access` | Git access | Reads or writes through git. Allows changes to commit history, branches, and remotes. |

## Related MCP servers

- [GitHub](https://catalog.anomity.ai/mcp/github) — risk 20 (low)
- [GitLab](https://catalog.anomity.ai/mcp/gitlab) — risk 20 (low)
- [Airtable MCP Server](https://catalog.anomity.ai/mcp/airtable-mcp-server) — risk 45 (medium)
- [Cloudflare MCP Server](https://catalog.anomity.ai/mcp/cloudflare-mcp-server) — risk 45 (medium)
- [ElevenLabs MCP Server](https://catalog.anomity.ai/mcp/elevenlabs-mcp-server) — risk 45 (medium)
- [MiniMax MCP Server](https://catalog.anomity.ai/mcp/minimax-mcp-server) — risk 45 (medium)

---

Source: Anomity Catalog (https://catalog.anomity.ai/). Scoring methodology: https://catalog.anomity.ai/about. Machine-readable index: https://catalog.anomity.ai/llms.txt · https://catalog.anomity.ai/openapi.json
