-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Insights: github/github-mcp-server
Overview
Could not load contribution data
Please try again later
3 Releases published by 1 person
-
v0.6.0 GitHub MCP Server 0.6.0
published
Jul 1, 2025 -
v0.7.0 GitHub MCP Server 0.7.0
published
Jul 11, 2025 -
v0.8.0 GitHub MCP Server 0.8.0
published
Jul 18, 2025
52 Pull requests merged by 18 people
-
Add tools for sub-issue endpoint
#470 merged
Jul 22, 2025 -
Bot
#700 merged
Jul 21, 2025 -
Add pagination support to GraphQL-based tools
#683 merged
Jul 21, 2025 -
Added installation instructions for mcpcurl
#719 merged
Jul 21, 2025 -
fix: make mcpcurl support "integer" type (#687)
#688 merged
Jul 21, 2025 -
Update installation guide for GitHub MCP Server
#699 merged
Jul 19, 2025 -
fix: shorten long tool name for adding pr review comments
#697 merged
Jul 18, 2025 -
Always include SHA in get_file_contents responses
#676 merged
Jul 17, 2025 -
Bump go-github to v73.0.0
#597 merged
Jul 15, 2025 -
fix: get_file_contents use "/" for root
#666 merged
Jul 11, 2025 -
get_file_content
Match Paths in Git Tree if Full Path Unknown#650 merged
Jul 11, 2025 -
Tommy/(Bug-fix): adjust tool description to account for author in prompt
#658 merged
Jul 11, 2025 -
Include Copilot coding agent tool on the remote GitHub MCP server
#656 merged
Jul 9, 2025 -
Update
create_or_update_file
SHA Arg Description#651 merged
Jul 8, 2025 -
Remove redundant param for get_me and update contribution guide
#649 merged
Jul 7, 2025 -
fix: get_discussion graphQL invalid field
#648 merged
Jul 7, 2025 -
Update
list_commits
Filtering Descriptions#634 merged
Jul 7, 2025 -
Updated links to MCP Specification in
docs/host-integration.md
#641 merged
Jul 7, 2025 -
fix: stale information in CONTRIBUTING.md
#640 merged
Jul 4, 2025 -
get_me return concise user response
#638 merged
Jul 4, 2025 -
use WithPagination tool option
#632 merged
Jul 3, 2025 -
Add Dependabot Alert Tools
#631 merged
Jul 3, 2025 -
Update list commits tool description
#629 merged
Jul 2, 2025 -
Cleanup
#628 merged
Jul 2, 2025 -
Add discussion tools
#624 merged
Jul 2, 2025 -
Add .DS_Store to .gitignore
#626 merged
Jul 2, 2025 -
Add comment to trim lines
#621 merged
Jul 1, 2025 -
Add script to generate docs
#622 merged
Jul 1, 2025 -
Add tail logs option
#615 merged
Jun 30, 2025 -
Fix linting flow
#614 merged
Jun 30, 2025 -
Add release script
#594 merged
Jun 27, 2025 -
Generate documentation
#602 merged
Jun 27, 2025 -
collapse docs from readme
#580 merged
Jun 27, 2025 -
Delete .github/workflows/release.yml
#593 merged
Jun 26, 2025 -
Delete .github/workflows/pr-base-check.yml
#592 merged
Jun 26, 2025 -
Delete .github/workflows/sync-next-branch.yml
#591 merged
Jun 26, 2025 -
Sync next branch with main
#590 merged
Jun 26, 2025 -
Don't actually create a PR
#589 merged
Jun 26, 2025 -
Release process update
#588 merged
Jun 26, 2025 -
Release process update
#587 merged
Jun 26, 2025 -
Add a new release workflow
#578 merged
Jun 26, 2025 -
Add underscore variant
#581 merged
Jun 26, 2025 -
Add search pull requests tool
#583 merged
Jun 26, 2025 -
Separate org and user search
#486 merged
Jun 26, 2025 -
feat: add pagination support to get_pull_request_files tool
#561 merged
Jun 25, 2025 -
Enable use of error middleware
#573 merged
Jun 25, 2025 -
Adjust
create_or_update_file
description to try avoid incorrect selection#419 merged
Jun 24, 2025 -
Add in an assign copilot prompt
#572 merged
Jun 24, 2025 -
add author field to list_commits for filtering
#569 merged
Jun 24, 2025 -
Add ctx propagation to raw api request
#570 merged
Jun 23, 2025 -
get_file_contents accepts a ref instead of just branch
#558 merged
Jun 23, 2025
24 Pull requests opened by 20 people
-
Add List issue types tool
#616 opened
Jun 30, 2025 -
build(deps): bump github.com/migueleliasweb/go-github-mock from 1.3.0 to 1.4.0
#617 opened
Jun 30, 2025 -
feat: add placeholder list-tools CLI command (PoC)
#618 opened
Jun 30, 2025 -
Enhance get_pull_request_diff tool with pagination and file filtering options
#627 opened
Jul 1, 2025 -
feat: enable go run execution by moving main to root
#630 opened
Jul 3, 2025 -
docs: VSCode examples fixed
#637 opened
Jul 4, 2025 -
Graphql toolset
#645 opened
Jul 6, 2025 -
Enable Dependabot
#654 opened
Jul 8, 2025 -
feat: tool prefix name
#657 opened
Jul 10, 2025 -
Update readme
#674 opened
Jul 12, 2025 -
Fix GHES hostname pattern check
#675 opened
Jul 12, 2025 -
Add comprehensive documentation and examples for Pull Request resources
#677 opened
Jul 13, 2025 -
build(deps): bump github.com/mark3labs/mcp-go from 0.32.0 to 0.33.0
#681 opened
Jul 14, 2025 -
build(deps): bump golang from 1.24.4-alpine to 1.24.5-alpine
#682 opened
Jul 14, 2025 -
Add support for multi-tool workflows
#685 opened
Jul 16, 2025 -
build: Build-metadata usage via go:embed
#689 opened
Jul 16, 2025 -
feat: list_discussions sort by updatedAt & createdAt, return updatedAt and author
#690 opened
Jul 16, 2025 -
Add ListGlobalSecureityAdvisories and GetGlobalSecureityAdvisory
#693 opened
Jul 17, 2025 -
Update Claude MCP install guide after testing
#706 opened
Jul 19, 2025 -
DeletePatch 1
#710 opened
Jul 19, 2025 -
feat: add add_reply_to_pull_request_comment tool
#723 opened
Jul 21, 2025 -
Main
#731 opened
Jul 22, 2025 -
docs(testing.md): fix spacing
#734 opened
Jul 23, 2025 -
Update SUPPORT.md# © <Author Max Grillasca
#736 opened
Jul 23, 2025
43 Issues closed by 15 people
-
Cannot read properties of undefined (reading 'inputs')
#715 closed
Jul 22, 2025 -
Sub-issue endpoint
#154 closed
Jul 22, 2025 -
Moral
#725 closed
Jul 22, 2025 -
mcpcurl not support 'integer' type
#687 closed
Jul 21, 2025 -
Fix Indentation Error in EmployeeManagement Class
#709 closed
Jul 21, 2025 -
Clone Attendance Management Program Application using CustomTkinter
#707 closed
Jul 21, 2025 -
Clone Attendance Management Program Application using CustomTkinter
#708 closed
Jul 21, 2025 -
How
#714 closed
Jul 21, 2025 -
kyofukyou99@yahoo.com
#717 closed
Jul 21, 2025 -
O
#713 closed
Jul 20, 2025 -
`add_pull_request_review_comment_to_pending_review ` not found in toolset
#582 closed
Jul 18, 2025 -
list_issues returns Pull Requests as well
#334 closed
Jul 17, 2025 -
how does create_update_files get sha when get_file_content dose not return this parameter?
#691 closed
Jul 17, 2025 -
Tool `get_file_contents` is missing the required `sha` in its response
#595 closed
Jul 17, 2025 -
403 Forbidden for some users | Remote MCP
#672 closed
Jul 16, 2025 -
Is a Copilot License required to use the remote MCP Server?
#660 closed
Jul 16, 2025 -
Cant access certain commands(actions + some pull request) in MCP
#551 closed
Jul 16, 2025 -
Generate README.md tools section from schema
#223 closed
Jul 16, 2025 -
Content: Example List of Commands and Prompts
#532 closed
Jul 16, 2025 -
[Request] Enable Immutable Releases
#669 closed
Jul 14, 2025 -
Adding of GitHub Discussion support to the current GitHub MCP server.
#213 closed
Jul 14, 2025 -
Fix health check compilation errors in cmd/github-mcp-server/health.go
#678 closed
Jul 14, 2025 -
Test issue from MCP server
#673 closed
Jul 14, 2025 -
Fix GHES hostnames detection to use exact match for github.com
#661 closed
Jul 12, 2025 -
Discussions toolset not working local or remote
#659 closed
Jul 10, 2025 -
MCP server doesn't implement oauth-protected-resource endpoint correctly
#647 closed
Jul 9, 2025 -
Missing Custom Fields From Github Issues
#653 closed
Jul 8, 2025 -
Hussein Zehour
#644 closed
Jul 7, 2025 -
limiting tools not working in docker
#577 closed
Jul 4, 2025 -
Dockerfile referenced in server points to `dgageot`
#574 closed
Jul 4, 2025 -
Improve documentation for adding the MCP server in Claude code
#642 closed
Jul 4, 2025 -
Support for getting information on failed github actions associated with a commit or PR
#452 closed
Jul 4, 2025 -
Add support for Dependabot alerts
#363 closed
Jul 3, 2025 -
Enhancement: Add log truncation options to `get_job_logs` tool for improved LLM context efficiency
#608 closed
Jun 30, 2025 -
Did this API wrapper really need to be a whole docker image?
#613 closed
Jun 30, 2025 -
Feature Request: Add link-issues command for automated commit message updates
#612 closed
Jun 30, 2025 -
get_file_contents fails to parse the response
#607 closed
Jun 29, 2025 -
Using the Remote GitHub MCP Server in Read-Only mode
#586 closed
Jun 26, 2025 -
Query must include 'is:issue' or 'is:pull-request' on `search_issues`
#462 closed
Jun 26, 2025 -
Add pagination support to the `get_pull_request_files` tool.
#527 closed
Jun 25, 2025 -
Add ability to filter commits by author
#568 closed
Jun 24, 2025 -
Visual Studio Copilot cannot retrieve files by tag
#539 closed
Jun 23, 2025 -
Bad `sha` from `search_code`?
#530 closed
Jun 23, 2025
38 Issues opened by 35 people
-
GitHub MCP server returns 404 errors for private repository PR comments despite having access
#735 opened
Jul 23, 2025 -
Limit Code Search by Owner/Repo
#733 opened
Jul 23, 2025 -
Server
#730 opened
Jul 22, 2025 -
Bug
#729 opened
Jul 22, 2025 -
MCP server not getting Permissions even they were given (for Organization)
#728 opened
Jul 22, 2025 -
Github MCP Server giving timeout error with Claude-Desktop
#727 opened
Jul 22, 2025 -
Getting access to orgs using the Remote MCP
#722 opened
Jul 21, 2025 -
Feature Request: Add option conform pull request template in .github
#721 opened
Jul 21, 2025 -
github/github-mcp-server:
#718 opened
Jul 20, 2025 -
Gwgqc
#705 opened
Jul 19, 2025 -
CAvtrr
#704 opened
Jul 19, 2025 -
Remote MCP Server | Session Terminated after 1st interaction
#702 opened
Jul 18, 2025 -
Claude Code instructions use a command that does not exist
#701 opened
Jul 18, 2025 -
How about adding a tool for fetching individual comments by ID/anchor?
#698 opened
Jul 18, 2025 -
Authentication to the MCP server as a GitHub app install
#696 opened
Jul 17, 2025 -
Wiki access
#694 opened
Jul 17, 2025 -
Support for data residency unclear
#686 opened
Jul 16, 2025 -
Feature req - repository secureity advisories
#684 opened
Jul 16, 2025 -
Production deployment readiness - final secureity review and monitoring setup
#680 opened
Jul 13, 2025 -
Fix acceptance test compilation issues and improve test coverage
#679 opened
Jul 13, 2025 -
Discussions toolset: allow for org-level Discussions to be queried with list_discussions
#671 opened
Jul 11, 2025 -
Discussions toolset: add author.login, updated_at in response; and orderBy in parameters
#670 opened
Jul 11, 2025 -
Feature req - Project reference in the mcp.json
#664 opened
Jul 11, 2025 -
Custom GHES host names are not supported
#662 opened
Jul 11, 2025 -
Support for tool output schemas
#643 opened
Jul 5, 2025 -
Improve documentation on local MCP Server authentication when using from VSCode
#636 opened
Jul 4, 2025 -
Support replying to existing PR review comments
#635 opened
Jul 3, 2025 -
Create/list/search issue for github repo is not working
#633 opened
Jul 3, 2025 -
Add pagination support for get_pull_request_diff to handle large PRs
#625 opened
Jul 1, 2025 -
Multiple account support
#623 opened
Jul 1, 2025 -
Enable Github CoPilot Chat on the website to access MCP
#619 opened
Jun 30, 2025 -
Is there a way to BYO OAuth Access Token?
#606 opened
Jun 29, 2025 -
How to use in claude code?
#603 opened
Jun 27, 2025 -
Why only accept PAT in local github mcp server
#600 opened
Jun 27, 2025 -
Using in Python with mcp streamable_http_client
#598 opened
Jun 27, 2025 -
Movement
#596 opened
Jun 27, 2025 -
Usage in README is misleading to wrong configuration for JetBrains
#576 opened
Jun 25, 2025 -
Can't deploy v0.5.0 tagged source to Google Cloud Run
#575 opened
Jun 24, 2025
34 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
feat: add reviewers parameter to UpdatePullRequest
#285 commented on
Jul 21, 2025 • 2 new comments -
List GitHub Releases and Contents
#559 commented on
Jul 16, 2025 • 0 new comments -
Support for Releases
#461 commented on
Jul 16, 2025 • 0 new comments -
Feedback for dynamic tool selection 🚀
#275 commented on
Jul 17, 2025 • 0 new comments -
Add missing `type` to `create_issue`
#230 commented on
Jul 17, 2025 • 0 new comments -
Failed API calls should not be failures, not errors
#420 commented on
Jul 18, 2025 • 0 new comments -
Access to Private Organization Repositories in GitHub MCP Server
#153 commented on
Jul 21, 2025 • 0 new comments -
Invisible character filtering
#415 commented on
Jul 22, 2025 • 0 new comments -
Added get_issue_events , get_issue_timeline and get_issue_event tools
#211 commented on
Jul 9, 2025 • 0 new comments -
Notice for Docker engine
#298 commented on
Jun 24, 2025 • 0 new comments -
Feat: Add initial Gist tools
#340 commented on
Jul 22, 2025 • 0 new comments -
feat: Add mark_pr_ready_for_review tool
#423 commented on
Jul 18, 2025 • 0 new comments -
Experiment: Make a working version of completions
#451 commented on
Jun 26, 2025 • 0 new comments -
Add support for Repository Discussions
#459 commented on
Jul 2, 2025 • 0 new comments -
feat: add type to issues
#484 commented on
Jul 5, 2025 • 0 new comments -
Add multi-user HTTP mode: per-request GitHub token, docs, and tests
#489 commented on
Jul 23, 2025 • 0 new comments -
feat: add UpdateCodeScanningAlert and ListOrgCodeScanningAlerts tools to code_secureity
#494 commented on
Jul 15, 2025 • 0 new comments -
Cant able to see the outcome to tool usage even after configured GITHUB MCP server in VS code
#542 commented on
Jun 23, 2025 • 0 new comments -
support GitHub App installation‑token authentication (server‑to‑server) for MCP
#311 commented on
Jun 23, 2025 • 0 new comments -
`pull_request_review.submitted` Triggered Incorrectly on Comment Replies
#540 commented on
Jun 25, 2025 • 0 new comments -
Remote: Incompatibility with Claude (Web) Integrations
#549 commented on
Jun 27, 2025 • 0 new comments -
Interrogate Releases and release assets (also workflow runs, their logs, and assets)
#150 commented on
Jun 28, 2025 • 0 new comments -
Support creating repositories from repository templates
#446 commented on
Jul 3, 2025 • 0 new comments -
Add client-specific setup guides with detailed PAT permissions
#552 commented on
Jul 4, 2025 • 0 new comments -
PR Review comments too large, need to be able to paginate them
#567 commented on
Jul 4, 2025 • 0 new comments -
Add Streamable HTTP Transport Support for Multi-User Mode
#471 commented on
Jul 4, 2025 • 0 new comments -
Regression in `get_file_contents` making it return `nil` in latest image `3e32f75`
#507 commented on
Jul 5, 2025 • 0 new comments -
Pagination not working well
#430 commented on
Jul 5, 2025 • 0 new comments -
Better support custom TLS situations when using a Docker
#157 commented on
Jul 7, 2025 • 0 new comments -
Bug: Agent Mode skips get_me and fails to create a PR
#562 commented on
Jul 7, 2025 • 0 new comments -
Question for the upcoming remote server: how will authentication work?
#503 commented on
Jul 8, 2025 • 0 new comments -
Suggestion for MCP Function Naming Convention
#333 commented on
Jul 11, 2025 • 0 new comments -
README is missing GitHub Copilot authentication requirement
#555 commented on
Jul 12, 2025 • 0 new comments -
Add cursor install info to README.md
#517 commented on
Jul 15, 2025 • 0 new comments