| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| github-mcp-server_1.5.0_checksums.txt | 2026-06-27 | 824 Bytes | |
| github-mcp-server_Linux_arm64.tar.gz | 2026-06-27 | 7.2 MB | |
| github-mcp-server_Windows_arm64.zip | 2026-06-27 | 7.3 MB | |
| github-mcp-server_Windows_i386.zip | 2026-06-27 | 7.8 MB | |
| github-mcp-server_Windows_x86_64.zip | 2026-06-27 | 8.0 MB | |
| github-mcp-server_Darwin_arm64.tar.gz | 2026-06-27 | 7.5 MB | |
| github-mcp-server_Darwin_x86_64.tar.gz | 2026-06-27 | 8.0 MB | |
| github-mcp-server_Linux_i386.tar.gz | 2026-06-27 | 7.5 MB | |
| github-mcp-server_Linux_x86_64.tar.gz | 2026-06-27 | 7.8 MB | |
| GitHub MCP Server 1.5.0 source code.tar.gz | 2026-06-27 | 749.4 kB | |
| GitHub MCP Server 1.5.0 source code.zip | 2026-06-27 | 1.0 MB | |
| README.md | 2026-06-27 | 2.8 kB | |
| Totals: 12 Items | 62.8 MB | 0 | |
Highlights :star:
- STDIO server now has baked in Oauth so you don't need a PAT token! Feedback discussion here
- React to issue and pull request comments! :eye:
- Get parent issues via the issue_read tool
- MCP App for Issues now shows labels, miletones and more!
What's Changed
- Promote issue fields and deprecate legacy issue write tool by @reneexeener in https://github.com/github/github-mcp-server/pull/2696
- build(deps): bump actions/checkout from 6 to 7 by @dependabot[bot] in https://github.com/github/github-mcp-server/pull/2754
- build(deps): bump golang from
8d95af5to523c3efby @dependabot[bot] in https://github.com/github/github-mcp-server/pull/2753 - build(deps): bump node from
3ad34catoa2dc166by @dependabot[bot] in https://github.com/github/github-mcp-server/pull/2752 - build(deps): bump hono from 4.12.23 to 4.12.26 in /ui in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/github/github-mcp-server/pull/2735
- Add get_parent method to issue_read by @zwick in https://github.com/github/github-mcp-server/pull/2726
- Show issue_write MCP App form for labels/assignees/milestone/type by @mattdholloway in https://github.com/github/github-mcp-server/pull/2767
- fix(ui_get): bound pagination to cap latency by @mattdholloway in https://github.com/github/github-mcp-server/pull/2766
- feat(oauth): add stdio OAuth 2.1 login core library (1/4) by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/2704
- docs: lead local/stdio install with OAuth login by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/2776
- fix(pull_requests): validate required params in add_comment_to_pending_review by @syf2211 in https://github.com/github/github-mcp-server/pull/2770
- fix(mcp-apps): reconcile the show/defer contract — render results, remove show_ui by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/2774
- Add issue dependency read/write MCP tools by @zwick in https://github.com/github/github-mcp-server/pull/2751
- Fix delete:true on issue fields by calling deleteIssueFieldValue mutation by @owenniblock in https://github.com/github/github-mcp-server/pull/2755
- Add reaction tools for issues and pull requests by @timrogers in https://github.com/github/github-mcp-server/pull/2732
New Contributors
- @zwick made their first contribution in https://github.com/github/github-mcp-server/pull/2726
- @syf2211 made their first contribution in https://github.com/github/github-mcp-server/pull/2770
- @owenniblock made their first contribution in https://github.com/github/github-mcp-server/pull/2755
Full Changelog: https://github.com/github/github-mcp-server/compare/v1.4.0...v1.5.0