amotarao/amon-github-mcp-server
If you are the rightful owner of amon-github-mcp-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.
A GitHub MCP server implementation that provides tools for interacting with GitHub repositories, issues, pull requests, and user information.
Tools
Functions exposed to the LLM to take actions
get_parent_of_sub_issue
Get the parent issue of a sub-issue using GitHub Sub-Issues API.
list_sub_issues
List sub-issues for a GitHub issue with pagination and filtering support.
get_id_of_issue
Get the internal GitHub issue ID from an issue number.
get_ids_of_issues
Get the internal GitHub issue IDs from multiple issue numbers with batch processing support.
add_sub_issues
Add multiple sub-issues to a GitHub issue using GitHub Sub-Issues API with batch processing support.
remove_sub_issues
Remove multiple sub-issues from a GitHub issue using GitHub Sub-Issues API with batch processing support.
set_milestone_for_issues
Set milestone for multiple GitHub issues with batch processing support.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client