github-mcp-server
github-mcp-server copied to clipboard
GitHub's official MCP Server
## Description This PR adds comprehensive label management functionality to the GitHub MCP server, enabling users to effectively manage repository labels directly through the MCP tools. ## Features Added This...
### Describe the bug When the 'Get Copilot Space' mcp tool is called by the agent in vscode it gets the space, and puts the files in the context, but...
### Describe the bug When attempting to connect to VSCode to setup the MCP Registry integration, it is expecting the schema for the json to be "2025-9-29". When attempting to...
Docker engine needs to run in background before Claude Desktop App. Even if you run Claude Desktop as adminstrator , this will still not run docker engine . Closes: I...
Implements 3 tools dealing with issue events and timeline: - get_issue_events - all events for the issue https://docs.github.com/en/rest/issues/events?apiVersion=2022-11-28#list-issue-events-for-a-repository - get_issue_timeline - issue events timeline https://docs.github.com/en/rest/issues/timeline - get_issue_event - issue event...
This PR adds functionality to list repositories by organization. Closes: #130
Closes: #176 ## Description This PR implements tools for managing Dependabot security updates in repositories. The implementation includes: 1. `GetSecuritySettings` - Retrieves security settings for a repository 2. `UpdateSecuritySettings` -...
Closes [#116](https://github.com/github/github-mcp-server/issues/116) This pull request includes an update to the `README.md` file, adding detailed installation instructions for Mac users via Homebrew and providing additional guidance on using the CLI after...
Enable checking of repository settings, and add a specific tool for toggling secret scanning settings only. https://github.com/user-attachments/assets/46a67ec8-a0e5-4e61-b8db-067c93238ddd Advanced Security is a pre-requisite for using this on private repos (and or...
Add a new tool that allows AI agents to reply to existing pull request comments. This tool uses GitHub's CreateCommentInReplyTo REST API to create threaded conversations on pull requests. Features:...