GitHub

Manage repositories, issues, pull requests, actions, and releases through the GitHub REST API.

OFFICIALBEARER0 INSTALLS
API Docs

GitHub

Connect your AI agent to GitHub's REST API v3. Full read/write access to repositories, issues, pull requests, and CI/CD workflows.

What your agent can do

  • Repositories — list, create, delete repos; manage branches, tags, and releases
  • Issues — create, update, close, label, and assign issues; add comments
  • Pull Requests — open PRs, request reviews, merge, list changed files, add comments
  • Actions — trigger workflow runs, list workflow status, download artifacts
  • Contents — read and write files directly in a repository
  • Users & Orgs — look up users, list org members, manage team membership
  • Releases — create releases, upload assets, manage release notes
  • Search — search code, issues, repositories, and users across all of GitHub

Example prompts

  • "Create an issue in my-org/backend titled 'Fix login timeout' with the bug label"
  • "List all open PRs in the frontend repo that are awaiting review"
  • "Trigger the deploy workflow on the main branch"
  • "What files changed in PR #142?"

Setup Guide

  1. Go to GitHub Settings → Developer settings → Personal access tokens
  2. Generate a new token with the repository and organization scopes you need
  3. Paste the token (starts with github_pat_) as the Bearer token

Details

Category
Developer Tools
Auth Mode
bearer
Spec Version
3.0.3
Added
Mar 2026