github-mcp
Installation
SKILL.md
GitHub MCP (Repository Operations)
Use GitHub MCP tools to interact with repositories programmatically.
Tools
| Tool | Purpose |
|---|---|
github_create_pull_request |
Create a new PR |
github_push_files |
Push file changes to a branch |
github_create_branch |
Create a new branch |
github_get_file_contents |
Read file from repository |
github_get_pull_request |
Get PR details |
github_get_pull_request_files |
List files changed in a PR |
github_create_pull_request_review |
Submit a PR review |
github_add_pull_request_review_comment |
Add inline comment to PR |