Download Latest Version github-mcp-server_Linux_i386.tar.gz (7.0 MB)
Email in envelope

Get an email when there's a new version of GitHub MCP Server

Home / v1.1.0
Name Modified Size InfoDownloads / Week
Parent folder
github-mcp-server_1.1.0_checksums.txt 2026-05-28 824 Bytes
github-mcp-server_Darwin_arm64.tar.gz 2026-05-28 7.0 MB
github-mcp-server_Darwin_x86_64.tar.gz 2026-05-28 7.4 MB
github-mcp-server_Linux_x86_64.tar.gz 2026-05-28 7.3 MB
github-mcp-server_Windows_i386.zip 2026-05-28 7.2 MB
github-mcp-server_Linux_arm64.tar.gz 2026-05-28 6.7 MB
github-mcp-server_Windows_arm64.zip 2026-05-28 6.7 MB
github-mcp-server_Windows_x86_64.zip 2026-05-28 7.5 MB
github-mcp-server_Linux_i386.tar.gz 2026-05-28 7.0 MB
GitHub MCP Server 1.1.0 source code.tar.gz 2026-05-28 629.0 kB
GitHub MCP Server 1.1.0 source code.zip 2026-05-28 890.6 kB
README.md 2026-05-28 9.2 kB
Totals: 12 Items   58.3 MB 1

Highlights ✨

Insiders Mode: Issue Fields Support

Issue field support is now available behind the remote_mcp_issue_fields feature flag, and is enabled automatically in Insiders Mode. This includes listing issue fields, filtering issues by custom field values, and reading or writing issue field values.

### Insiders Mode: CSV Output

CSV output for default list_* tools is now available behind the csv_output feature flag, and is enabled automatically in Insiders Mode. CSV provides a flatter, more compact representation for list-style responses, helping to reduce token usage for large result sets.

### Context Reduction for GitHub Projects

Project item responses have been significantly reduced in size. list_project_items, get_project_item, and update_project_item now return compact project item, content, and field-value shapes instead of full GitHub issue and pull request payloads, cutting unnecessary context while preserving the information agents need.

### Commit Search

A new search_commits tool has been added, allowing agents to search commits directly using GitHub search syntax. This fills a gap between listing repository commits and finding specific commits across debugging, auditing, and release investigation workflows.

### GHAS Alert Pagination

The GHAS alert listing tools now support pagination. list_code_scanning_alerts, list_dependabot_alerts, and list_secret_scanning_alerts can now retrieve beyond the first page of results, avoiding incomplete alert summaries for repositories with larger security backlogs.

### Reliability and Hardening

This release includes several tool reliability improvements, including returning isError for argument validation failures so agents can self-correct, guarding completions requests against malformed params, and ignoring proxy forwarding headers by default when building OAuth resource metadata.

What's Changed

New Contributors

Full Changelog: https://github.com/github/github-mcp-server/compare/v1.0.5...v1.1.0

Source: README.md, updated 2026-05-28