Skip to content
Back to search
30
MCP

GitHub Official

docker-mcp/github-official

Official GitHub MCP Server, by GitHub. Provides seamless integration with GitHub APIs, enabling advanced automation and interaction capabilities for developers and tools.

Uptime
0.0%
2 probes
Response
0ms
last probe
Tools
40
callable
Primary URL

Tools · 40

add_comment_to_pending_review
add_issue_comment
assign_copilot_to_issue
create_branch
create_or_update_file
create_pull_request
create_repository
delete_file
fork_repository
get_commit
get_file_contents
get_label
get_latest_release
get_me
get_release_by_tag
get_tag
get_team_members
get_teams
issue_read
issue_write
list_branches
list_commits
list_issue_types
list_issues
list_pull_requests
list_releases
list_tags
merge_pull_request
pull_request_read
pull_request_review_write
push_files
request_copilot_review
search_code
search_issues
search_pull_requests
search_repositories
search_users
sub_issue_write
update_pull_request
update_pull_request_branch

Similar MCP servers embedding-nearest

github-mcp
GitHub MCP Server with OAuth support for Issue management
0 tools
io.github.jaimenbell/github-mcp
MCP server for the GitHub REST API: issues, PRs, repos; read always on, write env-gated.
0 tools
vakkineni449/github-mcp-server
Fork of official github mcp server with only PR tooling capabilities
0 tools
github-mcp-server
GitHub's official MCP Server
0 tools
github-mcp-server-unofficial
GitHub's official MCP Server packaged unofficially for Python
0 tools
io.github.dave-london/github
MCP server for GitHub operations (PRs, issues, actions) with structured, token-efficient output
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "github_official": {
      "url": "None",
      "transport": "http"
    }
  }
}