Best for
- Development teams that need AI assistants to operate GitHub
- Users who want to handle repository collaboration tasks through natural language
- Deployers able to manage GitHub access tokens securely
The source clearly identifies this server as a GitHub integration for repositories, issues, pull requests, and workflows, with stdio and streamable HTTP transports. It does not enumerate tool identifiers, client compatibility, or detailed token permissions, so those fields are not inferred.
The GitHub MCP Server lets AI assistants manage GitHub repositories, issues, pull requests, and workflows through natural language. The server is provided by the GitHub upstream project and supports local containerized stdio execution and remote streamable HTTP access.
stdio: run the OCI image ghcr.io/github/github-mcp-server:${VERSION} and set the required GITHUB_PERSONAL_ACCESS_TOKEN environment variable. Remote: connect to https://api.githubcopilot.com/mcp/ and provide an Authorization header. The source does not provide a client-specific configuration example.