github-mcp-server
github-mcp-server copied to clipboard
GitHub's official MCP Server
Updated the JSON configuration for GitHub integration in the README. Removed the old MCP structure and replaced it with a new format that includes server and input specifications. Simplifies the...
### Describe the bug When referencing the GitHub MCP toolset inside a VS Code agent configuration, using the recommended `github/*` pattern does **not** work. - Referencing the toolset as `github/*`...
Hi, In the set of tools listed, I can see 'create branch' and 'delete file' tools but not 'delete branch'. Is this intentionally excluded? Is it in the roadmap to...
Currently, the server only supports authentication via Personal Access Tokens (PAT) or OAuth. For organizations managing multiple integrations, GitHub Apps are preferred because they: - Provide more granular permissions -...
### Describe the feature or problem you’d like to solve It will be nice to have possibility to get the latest contributor of a particular file. ### Proposed solution Use...
Invariant Labs published [this vulnerability](https://invariantlabs.ai/blog/mcp-github-vulnerability) on May 26, 2025. I reproduced the issue using OAuth and personal access tokens. - I created a broad-scope token with all permissions and a...
It is now possible to deliver MCP servers as a zip bundle with manifest and in this case a compiled binary (which is supported), and enable easy installation in all...
### Describe the feature or problem you’d like to solve I want to assign a Copilot coding agent with a [custom agent](https://docs.github.com/en/enterprise-cloud@latest/copilot/concepts/agents/coding-agent/about-custom-agents) to an issue via assign_copilot_to_issue ### Proposed solution...
Consolidate various Actions tooling into a single tool with a new `action` argument: The following tools are consolidated into a multiple consolidated tools `actions_list` * `list_workflows` * `list_workflow_jobs` * `list_workflow_runs`...
## Summary - Add `UpdatePullRequestComment` tool to edit PR review comments - Add `UpdateIssueComment` tool to edit issue comments - Includes comprehensive tests for both tools This lets MCP clients...