All Integrations
GitHub
DevelopmentManage repositories, issues, pull requests, and branches through the GitHub REST API. Automate development workflows with your AI agents.
How to Connect
- 1Go to GitHub Settings > Developer Settings > Personal Access Tokens
- 2Generate a new token with the required scopes (repo, issues)
- 3Go to MCP Templates in PromptRails and find GitHub
- 4Paste your token and install
Available Tools
gh_list_reposList repositories for the authenticated user
gh_get_repoGet a repository by owner and name
gh_list_branchesList branches for a repository
gh_list_issuesList issues for a repository
gh_get_issueGet a single issue by number
gh_create_issueCreate a new issue
gh_update_issueUpdate an existing issue
gh_search_issuesSearch issues and pull requests across GitHub
gh_add_issue_commentAdd a comment to an issue or pull request
gh_list_pullsList pull requests for a repository
gh_get_pullGet a single pull request
gh_create_pullCreate a new pull request
gh_list_pull_reviewsList reviews on a pull request
gh_merge_pullMerge a pull request
gh_list_commitsList commits for a repository
gh_search_codeSearch code across GitHub repositories
gh_list_workflow_runsList workflow runs for a repository
gh_trigger_workflowTrigger a workflow dispatch event
gh_list_releasesList releases for a repository
gh_create_releaseCreate a new release