| Name | Modified | Size | Downloads / 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
- build(deps): bump github.com/google/jsonschema-go from 0.4.2 to 0.4.3 by @dependabot[bot] in https://github.com/github/github-mcp-server/pull/2393
- build(deps): bump actions/attest-build-provenance from 3 to 4 by @dependabot[bot] in https://github.com/github/github-mcp-server/pull/2123
- build(deps): bump actions/setup-node from 4 to 6 by @dependabot[bot] in https://github.com/github/github-mcp-server/pull/2015
- build(deps): bump node from 20-alpine to 26-alpine by @dependabot[bot] in https://github.com/github/github-mcp-server/pull/2013
- build(deps): bump hono from 4.12.0 to 4.12.19 in /ui in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/github/github-mcp-server/pull/2097
- build(deps): bump ui dependencies to clear security advisories by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/2493
- build(deps): bump distroless/base-debian12 from
9dce90eto58695f4by @dependabot[bot] in https://github.com/github/github-mcp-server/pull/2497 - build(deps): bump reproducible-containers/buildkit-cache-dance from 3.3.2 to 3.4.0 by @dependabot[bot] in https://github.com/github/github-mcp-server/pull/2500
- build(deps): bump goreleaser/goreleaser-action from 7.2.1 to 7.2.2 by @dependabot[bot] in https://github.com/github/github-mcp-server/pull/2499
- build(deps): bump github.com/modelcontextprotocol/go-sdk from 1.5.1-0.20260403154220-27f29c1cef3b to 1.6.0 by @dependabot[bot] in https://github.com/github/github-mcp-server/pull/2498
- chore(ui): migrate vite 6 → 8, plugin-react 4 → 6; cache UI build in CI by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/2501
- fix: guard CompletionsHandler against nil params/ref by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/2502
- fix(ui): advertise get_me as an app via _meta.ui.visibility by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/2503
- fix(pull_request_read): expose 'after' cursor parameter in input schema by @jluocsa in https://github.com/github/github-mcp-server/pull/2489
- refactor: simplify NewServerTool naming by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/2510
- fix: return isError for argument validation failures by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/2511
- refactor: remove dynamic toolsets and deprecated closure constructor by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/2512
- Adding rationale for fields and labels in issues_granular by @boazreicher in https://github.com/github/github-mcp-server/pull/2505
- Include custom issue field values in list_issues response by @kelsey-myers in https://github.com/github/github-mcp-server/pull/2466
- fix(search_code): tighten query description for accurate model guidance by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/2513
- Add field_values to search_issues results by @kelsey-myers in https://github.com/github/github-mcp-server/pull/2474
- feat: add pagination to list GHAS alerts tools by @dvirarad in https://github.com/github/github-mcp-server/pull/2451
- feat: Add search commit tool by @Not-Dhananjay-Mishra in https://github.com/github/github-mcp-server/pull/2284
- Fix return Thread node ID in get_review_comments response by @juidesai in https://github.com/github/github-mcp-server/pull/2515
- Add list_issue_fields tool by @kelsey-myers in https://github.com/github/github-mcp-server/pull/2445
- Add custom field filtering to list_issues by @kelsey-myers in https://github.com/github/github-mcp-server/pull/2480
- Remove trailing periods from tool title annotations by @timrogers in https://github.com/github/github-mcp-server/pull/2518
- feat: Add CSV output format for default list tools under insiders mode by @RossTarrant in https://github.com/github/github-mcp-server/pull/2450
- feat(issues): gate issue-fields features behind remote_mcp_issue_fields flag by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/2520
- chore(gitignore): anchor binary names to repo root by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/2522
- ci(mcp-diff): build UI artifacts available to baseline checkout by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/2523
- docs: auto-generate per-flag tool lists for insiders and feature flags by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/2521
- Adding suggest bool flag to suggest type changes to an issue by @boazreicher in https://github.com/github/github-mcp-server/pull/2548
- Ignore proxy forwarding headers by default for OAuth resource metadata by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/2550
- docs: update CLI command for adding GitHub PAT in README by @RossTarrant in https://github.com/github/github-mcp-server/pull/2527
- Add support for issue fields values to
issues.readandissues.writeby @kelsey-myers in https://github.com/github/github-mcp-server/pull/2551 - Boazreicher/add suggest to labels and issue fields by @boazreicher in https://github.com/github/github-mcp-server/pull/2557
- docs: clarify auth in Codex CLI instructions by @RossTarrant in https://github.com/github/github-mcp-server/pull/2549
- feat: gate issue_write and get_issue behind remote_mcp_issue_fields flag by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/2558
- Reduce project item response size by @RossTarrant in https://github.com/github/github-mcp-server/pull/2563
- build(deps): bump node from
e71ac5eto7c6af15by @dependabot[bot] in https://github.com/github/github-mcp-server/pull/2540 - build(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in https://github.com/github/github-mcp-server/pull/2543
- build(deps): bump docker/metadata-action from 6.0.0 to 6.1.0 by @dependabot[bot] in https://github.com/github/github-mcp-server/pull/2544
- build(deps): bump docker/login-action from 4.1.0 to 4.2.0 by @dependabot[bot] in https://github.com/github/github-mcp-server/pull/2545
- build(deps): bump docker/setup-buildx-action from 4.0.0 to 4.1.0 by @dependabot[bot] in https://github.com/github/github-mcp-server/pull/2546
- build(deps): bump docker/build-push-action from 7.1.0 to 7.2.0 by @dependabot[bot] in https://github.com/github/github-mcp-server/pull/2547
- build(deps): bump github.com/go-chi/chi/v5 from 5.2.5 to 5.3.0 by @dependabot[bot] in https://github.com/github/github-mcp-server/pull/2542
New Contributors
- @jluocsa made their first contribution in https://github.com/github/github-mcp-server/pull/2489
- @boazreicher made their first contribution in https://github.com/github/github-mcp-server/pull/2505
- @dvirarad made their first contribution in https://github.com/github/github-mcp-server/pull/2451
- @Not-Dhananjay-Mishra made their first contribution in https://github.com/github/github-mcp-server/pull/2284
- @juidesai made their first contribution in https://github.com/github/github-mcp-server/pull/2515
- @timrogers made their first contribution in https://github.com/github/github-mcp-server/pull/2518
Full Changelog: https://github.com/github/github-mcp-server/compare/v1.0.5...v1.1.0