PackageTrack
Sign in Get early access

github.com/github/github-mcp-server

v1.10.1 #75 most downloaded on Go modules github/github-mcp-server

What this package is like to depend on

Last release 3 days ago

20 Aug 2026

Ships on a steady schedule

a new release about every 9 days

Rarely documented

notes for 9 of 69 stable releases

Nothing withdrawn

no release was ever pulled

1 years old

358 releases · first in 2025

230 releases in the last 12 months

see the full history below

Release timeline

358 releases · Mar 2025 to Aug 2026
2026
Release Pre-release

Releases

latest 60 of 358
  1. v1.10.2-0.20260820161932-64a49f34d076 20 Aug 2026 pre-release

    Nothing published for this version

  2. v1.10.1 20 Aug 2026
    Release notes

    What's Changed

    Full Changelog: v1.10.0...v1.10.1

    Open source →
  3. v1.10.0 19 Aug 2026
    Release notes

    Highlights

    v1.10.0 is a substantial security, reliability, and compatibility release for the GitHub MCP Server.

    Safer by default

    • Added confirmed repository deletion with form elicitation and protected multi-round-trip state (#3076).
    • Restricted bearer credentials to configured GitHub authorities (#3056).
    • Enforced HTTPS for GitHub Enterprise hosts (#3069).
    • Made invalid static --tools configuration fail closed (#3050).
    • Hardened lockdown, request limits, cache isolation, URL traversal, and response sanitization (#3109, #3112, #3113, #3111, #3108, #3114, #3110).

    Better GitHub Enterprise Server compatibility

    • list_issues and search_issues now degrade safely when issue custom-field GraphQL types are unavailable (#3086, #2897).
    • list_issues now returns assignee logins and stable empty arrays for unassigned issues (#3064).
    • Validation failures expose safe ruleset details when supplied by the GitHub API (#3081).

    Safer repository file operations

    • get_file_contents now identifies symbolic links and clearly labels dereferenced content.
    • Symbolic-link writes require explicit allow_symlink_write: true opt-in (#3071).
    • Fixed binary MCP resources being base64-encoded twice (#3098).

    More reliable tool contracts

    • Corrected add_issue_comment input modes (#3085).
    • issue_write.issue_fields[].delete: false is now a valid no-op for strict-schema clients (#3077).
    • Zero-parameter tools accept an omitted arguments property while rejecting explicit null and malformed JSON (#3099).
    • Notification subscription tools explicitly advertise destructive behavior (#2936).
    • Copilot review-request denials now return actionable guidance instead of a bare 404 (#3119).

    Projects, Actions, and efficiency

    • Added Project view lifecycle operations and visible-field configuration (#2961, #2988).
    • Reduced Actions and other successful response payloads (#3047, #3055).
    • Improved sanitization performance and refreshed UI/build dependencies (#3120, #3100).

    Behavior changes to note

    • Unknown static --tools names now prevent startup.
    • Symbolic-link updates require explicit opt-in.
    • Requests cannot relax server-enforced lockdown.
    • Oversized HTTP request bodies are rejected early.
    • add_issue_comment performs stricter mutually exclusive mode validation.
    • Repository deletion requires an eligible modern MCP client, form elicitation support, and the appropriate scopes.

    What's Changed

    New Contributors

    Full Changelog: v1.9.0...v1.10.0

    Open source →
  4. v1.9.1-0.20260819144246-0bb1e569ce34 19 Aug 2026 pre-release

    Nothing published for this version

  5. v1.9.1-0.20260819143323-02cf0f7d750f 19 Aug 2026 pre-release

    Nothing published for this version

  6. v1.9.1-0.20260819115139-c54cd63e3ee6 19 Aug 2026 pre-release

    Nothing published for this version

  7. v1.9.1-0.20260819095233-316b8efcd05b 19 Aug 2026 pre-release

    Nothing published for this version

  8. v1.9.1-0.20260818220454-bf47e3eca9ae 18 Aug 2026 pre-release

    Nothing published for this version

  9. v1.9.1-0.20260812134051-2198e8599bbb 12 Aug 2026 pre-release

    Nothing published for this version

  10. v1.9.1-0.20260810141330-eff4c3c04174 10 Aug 2026 pre-release

    Nothing published for this version

  11. v1.9.0 10 Aug 2026
    Release notes

    Changelog

    • cdfa34e Order list_label results by issue count (descending) (#2974)

    What's Changed

    • Clarify that create_or_update_file content is plain text, not base64 by @ericsciple in #2983
    • Return closing pull requests from issue_read by @zwick in #3006
    • Make search_issues semantic by default by @kelsey-myers in #2964
    • Support removing issue types by @zwick in #2999
    • Add non-default find_duplicate tool gated by duplicate_detection flag by @michaeljacholke in #3020
    • Support singular Project Issue Field updates by @zwick in #2941
    • Order list_label results by issue count (descending) by @iulia-b in #2974

    New Contributors

    Full Changelog: v1.8.0...v1.9.0

    Open source →
  12. v1.8.1-0.20260807123143-eb4c099e05ef 07 Aug 2026 pre-release

    Nothing published for this version

  13. v1.8.1-0.20260807002558-e7f7bb8b31bd 07 Aug 2026 pre-release

    Nothing published for this version

  14. v1.8.1-0.20260731074914-3778a41476e3 31 Jul 2026 pre-release

    Nothing published for this version

  15. v1.8.0 30 Jul 2026
    Release notes

    Highlights

    • Tool response filtering: We added a new fields parameter to selected tools which allows models to specify which fields they need when they call those tools, thus shrinking tool response size and optimizing context usage.

    What's Changed

    Full Changelog: v1.7.0...v1.8.0

    Open source →
  16. v1.7.0 23 Jul 2026
    Release notes

    Highlights

    • Server to Server auth is now supported for GitHub apps via stdio so enterprise/cloud workloads can be supported
    • Projects tools improved pagination
    • The latest changes for the MCP 2026-07-28 spec are included via go-sdk to 1.7.0-pre.3
    • Lockdown mode improvements

    What's Changed

    • build(deps): bump go-sdk to 1.7.0-pre.2 and migrate OAuth to multi-round-trip elicitation by @SamMorrowDrums in #2870
    • build(deps): bump github.com/go-chi/chi/v5 from 5.3.0 to 5.3.1 by @dependabot[bot] in #2824
    • build(deps): bump docker/metadata-action from 6.1.0 to 6.2.0 by @dependabot[bot] in #2825
    • build(deps): bump docker/setup-buildx-action from 4.1.0 to 4.2.0 by @dependabot[bot] in #2826
    • build(deps): bump docker/login-action from 4.2.0 to 4.4.0 by @dependabot[bot] in #2827
    • build(deps): bump golang from 1.25.11-alpine to 1.25.12-alpine by @dependabot[bot] in #2867
    • build(deps): bump distroless/base-debian12 from e7e678c to 9c05cfd by @dependabot[bot] in #2868
    • Centralise lockdown author checks by @kerobbi in #2881
    • build(deps): bump actions/cache from 5 to 6 by @dependabot[bot] in #2794
    • build(deps): bump node from a2dc166 to e88a35b by @dependabot[bot] in #2792
    • perf(octicons): embed precomputed data URIs by @SamMorrowDrums in #2895
    • fix(labels): add DestructiveHint to label_write tool by @syf2211 in #2763
    • build(deps): bump go-sdk to 1.7.0-pre.3 by @SamMorrowDrums in #2907
    • build(deps): bump distroless/base-debian12 from 9c05cfd to 348dac1 by @dependabot[bot] in #2915
    • Paginate project item lookup across memberships by @zwick in #2914
    • Add opt-in intent-aware Copilot issue assignment tool by @boazreicher in #2909
    • Add node IDs to project resolver results by @zwick in #2922
    • Extract aliased project mutation primitive by @zwick in #2923
    • build: use patched Go toolchain and UI dependency by @loganrosen in #2927
    • feat(auth): add GitHub App server-to-server authentication for stdio by @SamMorrowDrums in #2797
    • build(deps): bump actions/setup-go from 6 to 7 by @dependabot[bot] in #2916
    • build(deps): bump actions/setup-node from 6 to 7 by @dependabot[bot] in #2917
    • build(deps): bump golang.org/x/oauth2 from 0.35.0 to 0.36.0 by @dependabot[bot] in #2793
    • Add MCP App form deferral opt-out by @connor4312 in #2921
    • build(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in #2932

    New Contributors

    Full Changelog: v1.6.0...v1.7.0

    Open source →
  17. v1.6.1-0.20260722170250-a217a7f43a76 22 Jul 2026 pre-release

    Nothing published for this version

  18. v1.6.1-0.20260721092709-9d130049e907 21 Jul 2026 pre-release

    Nothing published for this version

  19. v1.6.1-0.20260718212155-1338dbed4a04 18 Jul 2026 pre-release

    Nothing published for this version

  20. v1.6.1-0.20260716143904-870f3c710a64 16 Jul 2026 pre-release

    Nothing published for this version

  21. v1.6.1-0.20260715134037-8ac674b0562b 15 Jul 2026 pre-release

    Nothing published for this version

  22. v1.6.1-0.20260715132825-021c07111709 15 Jul 2026 pre-release

    Nothing published for this version

  23. v1.6.0 15 Jul 2026
    Release notes

    Highlights ⭐️

    • Tool response filtering: We added a new fields parameter to selected tools in Insiders mode, allowing models to specify which fields they need when they call those tools, thus shrinking tool response size and optimizing context usage. Try it out and let us know if you have any feedback!

    What's Changed

    • chore(deps): upgrade go-sdk to v1.7.0-pre.1 (new MCP spec) by @SamMorrowDrums in #2787
    • build(deps): bump SamMorrowDrums/mcp-server-diff from 3521651bb0d3cc267a23df8d94a2a645556980a4 to 40d992e0a220e5b63378758f9a40d6a8982898d2 by @dependabot[bot] in #2795
    • build(deps): bump golang.org/x/net from 0.38.0 to 0.55.0 in the go_modules group across 1 directory by @dependabot[bot] in #2806
    • build(deps): bump goreleaser/goreleaser-action from 7.2.2 to 7.2.3 by @dependabot[bot] in #2796
    • Add is_suggestion + rationale to update_issue_assignees by @kelsey-myers in #2821
    • Add rationale and confidence to closing an issue by @iulia-b in #2802
    • Sanitize and lockdown-gate issue_read get_parent title by @zwick in #2780
    • Enrich issue_read get with hierarchy relationship signals by @zwick in #2764
    • build(deps): bump docker/build-push-action from 7.2.0 to 7.3.0 by @dependabot[bot] in #2828
    • chore(deps): bump go-github v87 → v89 and resolve breaking changes by @tommaso-moro in #2840
    • Reimplement issue dependencies on go-github v89 REST API by @tommaso-moro in #2839
    • Add README links for community resources by @insonmia0126-lovable in #2848
    • Add fields param to search_code and get_file_contents by @tommaso-moro in #2775
    • Add fields param to six more list/search tools by @tommaso-moro in #2810
    • MCP: name-based resolution for Projects fields by @veralizeth in #2760
    • Enable fields param in Insiders mode by @tommaso-moro in #2890

    New Contributors

    Full Changelog: v1.5.0...v1.6.0

    Open source →
  24. v1.5.1-0.20260715110154-7629b6e7337e 15 Jul 2026 pre-release

    Nothing published for this version

  25. v1.5.1-0.20260710172532-c36e4e4493c7 10 Jul 2026 pre-release

    Nothing published for this version

  26. v1.5.1-0.20260707120057-40db5e37b2cf 07 Jul 2026 pre-release

    Nothing published for this version

  27. v1.5.1-0.20260706153406-e5ad9de8e1d9 06 Jul 2026 pre-release

    Nothing published for this version

  28. v1.5.1-0.20260701234154-9bdbcaa515dc 01 Jul 2026 pre-release

    Nothing published for this version

  29. v1.5.1-0.20260629220607-f2bcfcfacb60 29 Jun 2026 pre-release

    Nothing published for this version

  30. v1.5.1-0.20260629083846-e5c53ae27754 29 Jun 2026 pre-release

    Nothing published for this version

  31. v1.5.1-0.20260629081927-4b6d88697de7 29 Jun 2026 pre-release

    Nothing published for this version

  32. v1.5.0 27 Jun 2026
    Release notes

    Highlights ⭐

    • 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! 👁️
    • 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 #2696
    • build(deps): bump actions/checkout from 6 to 7 by @dependabot[bot] in #2754
    • build(deps): bump golang from 8d95af5 to 523c3ef by @dependabot[bot] in #2753
    • build(deps): bump node from 3ad34ca to a2dc166 by @dependabot[bot] in #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 #2735
    • Add get_parent method to issue_read by @zwick in #2726
    • Show issue_write MCP App form for labels/assignees/milestone/type by @mattdholloway in #2767
    • fix(ui_get): bound pagination to cap latency by @mattdholloway in #2766
    • feat(oauth): add stdio OAuth 2.1 login core library (1/4) by @SamMorrowDrums in #2704
    • docs: lead local/stdio install with OAuth login by @SamMorrowDrums in #2776
    • fix(pull_requests): validate required params in add_comment_to_pending_review by @syf2211 in #2770
    • fix(mcp-apps): reconcile the show/defer contract — render results, remove show_ui by @SamMorrowDrums in #2774
    • Add issue dependency read/write MCP tools by @zwick in #2751
    • Fix delete:true on issue fields by calling deleteIssueFieldValue mutation by @owenniblock in #2755
    • Add reaction tools for issues and pull requests by @timrogers in #2732

    New Contributors

    Full Changelog: v1.4.0...v1.5.0

    Open source →
  33. v1.4.1-0.20260626080552-35b34e873451 26 Jun 2026 pre-release

    Nothing published for this version

  34. v1.4.1-0.20260625132613-63d313a9735e 25 Jun 2026 pre-release

    Nothing published for this version

  35. v1.4.1-0.20260625102254-0925dd2bcd73 25 Jun 2026 pre-release

    Nothing published for this version

  36. v1.4.1-0.20260625100528-377e1d446a45 25 Jun 2026 pre-release

    Nothing published for this version

  37. v1.4.1-0.20260623123450-9430064a2bec 23 Jun 2026 pre-release

    Nothing published for this version

  38. v1.4.1-0.20260623101918-7613599bd6d5 23 Jun 2026 pre-release

    Nothing published for this version

  39. v1.4.1-0.20260619120947-a37837027f6a 19 Jun 2026 pre-release

    Nothing published for this version

  40. v1.4.0 17 Jun 2026
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v1.3.0...v1.4.0

    Open source →
  41. v1.3.1-0.20260617160418-4f73cfd1db14 17 Jun 2026 pre-release

    Nothing published for this version

  42. v1.3.1-0.20260616154516-4e8eb81daccf 16 Jun 2026 pre-release

    Nothing published for this version

  43. v1.3.0 11 Jun 2026
    Release notes

    What's Changed

    Highlights

    • get_commits added as a method to the pull request write tool
    • get_file_blame added to insiders mode
    • Surfacing rate limit error messages to agents properly

    Changes

    • Send update_issue_suggestions feature flag for set_issue_fields mutation by @boazreicher in #2638
    • Fix GraphQL call using the wrong case for method derivation by @moritzheiber in #2660
    • Update title annotations for issue_write and add_issue_comment tools to reflect that they also work with pull requesta by @timrogers in #2664
    • feat: implement cursor pagination for dependabot alerts by @MayorFaj in #2651
    • Annotate read tools with ifc labels by @JoannaaKL in #2671
    • build(deps): bump hono from 4.12.19 to 4.12.23 in /ui in the npm_and_yarn group across 1 directory by @dependabot[bot] in #2606
    • build(deps): bump golang from 1.25.10-alpine to 1.25.11-alpine by @dependabot[bot] in #2597
    • errors: improve rate limit error messages for AI agents by @danmoseley in #2386
    • feat: Add get_commits method to pull_request_read by @RossTarrant in #2608
    • build(deps): bump node from 7c6af15 to 144769e by @dependabot[bot] in #2598
    • fix: hide write UI resources in read-only mode by @he-yufeng in #2612
    • feat: add get_file_blame tool for retrieving git blame information by @MayorFaj in #1538
    • Add Visual Studio one-click install badges by @prasethu in #2085

    New Contributors

    Full Changelog: v1.2.0...v1.3.0

    Open source →
  44. v1.2.1-0.20260610220934-918a42f05a34 10 Jun 2026 pre-release

    Nothing published for this version

  45. v1.2.1-0.20260610175504-8bbd902b9e45 10 Jun 2026 pre-release

    Nothing published for this version

  46. v1.2.0 05 Jun 2026

    Nothing published for this version

  47. v1.1.3-0.20260605140422-457f59932ac0 05 Jun 2026 pre-release

    Nothing published for this version

  48. v1.1.3-0.20260604091723-33849e98eb47 04 Jun 2026 pre-release

    Nothing published for this version

  49. v1.1.3-0.20260531101506-2bd162acaf4c 31 May 2026 pre-release

    Nothing published for this version

  50. v1.1.3-0.20260529174154-c0dca1f1b8c2 29 May 2026 pre-release

    Nothing published for this version

  51. v1.1.2 29 May 2026

    Nothing published for this version

  52. v1.1.1 29 May 2026

    Nothing published for this version

  53. v1.1.1-0.20260528174210-7d46f8d8db1d 28 May 2026 pre-release

    Nothing published for this version

  54. v1.1.0 28 May 2026

    Nothing published for this version

  55. v1.0.6-0.20260528092934-d661abf4cab4 28 May 2026 pre-release

    Nothing published for this version

  56. v1.0.6-0.20260527142636-e091ea63d721 27 May 2026 pre-release

    Nothing published for this version

  57. v1.0.6-0.20260521223139-1add5fe23104 21 May 2026 pre-release

    Nothing published for this version

  58. v1.0.6-0.20260519095544-c88d2ecdd3bb 19 May 2026 pre-release

    Nothing published for this version

  59. v1.0.6-0.20260518161001-ea9d0c81a25d 18 May 2026 pre-release

    Nothing published for this version

  60. v1.0.5 18 May 2026

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive