valiot/mcp-deployable
If you are the rightful owner of mcp-deployable 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 operations, enabling LLMs to interact with GitHub repositories through a standardized interface.
Tools
Functions exposed to the LLM to take actions
list_prs
List pull requests with filters (state, base, head)
get_pr
Get detailed PR information
create_pr
Create new pull request
update_pr
Update PR title, description, state, or base branch
add_pr_comment
Add comment to a PR
merge_pr
Merge PR with specified method (merge/squash/rebase)
request_pr_reviewers
Request PR reviewers (users or teams)
add_pr_labels
Add labels to PR
remove_pr_labels
Remove labels from PR
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client