| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| github-mcp-server_1.11.0_checksums.txt | 2026-08-25 | 824 Bytes | |
| github-mcp-server_Darwin_arm64.tar.gz | 2026-08-25 | 7.9 MB | |
| github-mcp-server_Darwin_x86_64.tar.gz | 2026-08-25 | 8.4 MB | |
| github-mcp-server_Linux_x86_64.tar.gz | 2026-08-25 | 8.2 MB | |
| github-mcp-server_Windows_i386.zip | 2026-08-25 | 8.1 MB | |
| github-mcp-server_Linux_arm64.tar.gz | 2026-08-25 | 7.5 MB | |
| github-mcp-server_Linux_i386.tar.gz | 2026-08-25 | 7.8 MB | |
| github-mcp-server_Windows_arm64.zip | 2026-08-25 | 7.6 MB | |
| github-mcp-server_Windows_x86_64.zip | 2026-08-25 | 8.4 MB | |
| GitHub MCP Server 1.11.0 source code.tar.gz | 2026-08-25 | 953.1 kB | |
| GitHub MCP Server 1.11.0 source code.zip | 2026-08-25 | 1.3 MB | |
| README.md | 2026-08-25 | 2.6 kB | |
| Totals: 12 Items | 66.1 MB | 2 | |
Highlights
- Smarter OAuth challenges: per-call scope checks request only the permissions each tool invocation needs with runtime checks where required.
- Improved browser OAuth support: CORS now works across OAuth discovery routes, with configurable authorization-server URLs.
- Improved sub-issue workflow: create parent and sub-issues atomically.
- Better HTTP caching for STDIO: REST responses support ETag conditional requests.
- Runtime refresh: upgraded to Go 1.27authorizationauthorization plus routine security and dependency updates.
What's Changed
- feat(http): add --authorization-server flag to override OAuth AS URL by @Anika-Sol in https://github.com/github/github-mcp-server/pull/2900
- Name the root command after the installed binary by @plusky in https://github.com/github/github-mcp-server/pull/2998
- fix(http): preserve CORS across OAuth routes by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/3147
- Add atomic parent issue creation by @zwick in https://github.com/github/github-mcp-server/pull/3134
- Add ETag conditional requests to the REST transport by @joshfree in https://github.com/github/github-mcp-server/pull/3026
- build(deps): bump github/codeql-action from 4 to 4.37.4 by @dependabot[bot] in https://github.com/github/github-mcp-server/pull/3004
- Add per-call OAuth scope checks by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/3128
- build(deps): bump docker/setup-buildx-action from 4.2.0 to 4.3.0 by @dependabot[bot] in https://github.com/github/github-mcp-server/pull/3157
- build(deps): bump github.com/go-chi/chi/v5 from 5.3.1 to 5.3.2 by @dependabot[bot] in https://github.com/github/github-mcp-server/pull/3156
- build(deps): bump distroless/base-debian12 from
76b3162tofabbf1cby @dependabot[bot] in https://github.com/github/github-mcp-server/pull/3154 - build(deps): bump golang from 1.25.13-alpine to 1.27.0-alpine by @dependabot[bot] in https://github.com/github/github-mcp-server/pull/3153
- build(deps): bump github.com/stretchr/testify from 1.12.0 to 1.12.1 by @dependabot[bot] in https://github.com/github/github-mcp-server/pull/3155
New Contributors
- @Anika-Sol made their first contribution in https://github.com/github/github-mcp-server/pull/2900
- @plusky made their first contribution in https://github.com/github/github-mcp-server/pull/2998
- @joshfree made their first contribution in https://github.com/github/github-mcp-server/pull/3026
Full Changelog: https://github.com/github/github-mcp-server/compare/v1.10.1...v1.11.0