geropl/github-mcp-go
If you are the rightful owner of github-mcp-go and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for GitHub, implemented in Go, allowing LLMs to interact with GitHub repositories, issues, pull requests, and more through a standardized interface.
Tools
Functions exposed to the LLM to take actions
search_repositories
Search for GitHub repositories.
create_pull_request
Create a new pull request.
get_file_contents
Get the contents of a file or directory.
create_issue
Create a new issue.
list_branches
List branches in a repository.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client