fleXRPL/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 that provides GitHub integration tools for AI assistants.
Tools
Functions exposed to the LLM to take actions
list_repositories
List GitHub repositories with optional visibility and sorting parameters.
get_repository
Retrieve details of a specific repository.
list_issues
List issues in a repository with optional state and label filters.
create_issue
Create a new issue in a repository with optional labels and assignees.
list_pull_requests
List pull requests in a repository with optional state and sorting parameters.
create_pull_request
Create a new pull request with optional draft status.
get_file_content
Retrieve the content of a file in a repository.
list_directory
List the contents of a directory in a repository.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client