HyunjunGil/mcp-github-server
If you are the rightful owner of mcp-github-server 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.
This is a comprehensive GitHub integration MCP Server using FastMCP, designed to facilitate easy access to the GitHub API for AI agents like Claude and Cursor.
Tools
Functions exposed to the LLM to take actions
get_user_info
Retrieve current user information.
get_user_repos
List user repositories.
create_repository
Create a new repository.
get_repository_info
Retrieve repository information.
list_repository_contents
List files in a repository.
create_branch
Create a new branch.
get_file_content
Retrieve file content.
create_file
Create a new file.
update_file
Update an existing file.
delete_file
Delete a file.
create_pull_request
Create a new pull request.
list_pull_requests
List pull requests.
create_issue
Create a new issue.
list_issues
List issues.
update_issue
Update an issue.
close_issue
Close an issue.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client