PKG-7/Github-Mcp-Server
If you are the rightful owner of 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 henry@mcphub.com.
This MCP server provides tools for interacting with the GitHub API through Claude Desktop.
Tools
Functions exposed to the LLM to take actions
getIssue
Retrieve information about a specific issue.
updateIssue
Update details of an existing issue.
listIssues
List all issues in a repository.
getPullRequest
Retrieve information about a specific pull request.
updatePullRequest
Update details of an existing pull request.
listPullRequests
List all pull requests in a repository.
addComment
Add a comment to an issue or pull request.
listComments
List all comments on an issue or pull request.
listWorkflowRuns
List all workflow runs in a repository.
getWorkflowRun
Retrieve information about a specific workflow run.
getWorkflowRunDetails
Retrieve detailed information about a workflow run.
cancelWorkflowRun
Cancel a specific workflow run.
rerunWorkflowRun
Rerun a specific workflow.
rerunFailedJobs
Rerun only the failed jobs in a workflow.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client