eh24905-wiz/github-mcp
If you are the rightful owner of github-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A Model Context Protocol (MCP) server for GitHub integration, enabling AI assistants to interact with GitHub repositories, pull requests, issues, and more.
Tools
Functions exposed to the LLM to take actions
get_authenticated_user
Get the authenticated user's profile information
list_repositories
List repositories for the authenticated user
get_repository
Get details of a specific repository
create_repository
Create a new GitHub repository
list_branches
List branches in a repository
create_branch
Create a new branch
list_pull_requests
List pull requests in a repository
get_pull_request
Get details of a specific pull request
create_pull_request
Create a new pull request
merge_pull_request
Merge a pull request
list_issues
List issues in a repository
get_issue
Get details of a specific issue
create_issue
Create a new issue
update_issue
Update an existing issue
list_comments
List comments on an issue or PR
add_comment
Add a comment to an issue or PR
search_repositories
Search for repositories on GitHub
search_issues
Search for issues and PRs
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client