npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@sargonpiraev/github-mcp-server

v1.3.0

Published

GitHub's v3 REST API.

Readme

GitHub v3 REST API MCP Server 🔧

npm version npm downloads license pipeline status smithery badge MCP Compatible Join Discord

Features

  • 🔌 Seamless AI Integration: Direct GitHub v3 REST API API access from Claude, Cursor, and VS Code
  • 🤖 Automated Workflows: Automate GitHub v3 REST API operations and data access
  • 📊 Complete API Coverage: 1039+ tools covering all major GitHub v3 REST API features
  • Real-time Access: Access GitHub v3 REST API data instantly from AI assistants
  • 🔧 Professional Integration: Error handling, validation, and comprehensive logging

Get Your Credentials

Before installation, you'll need a GitHub v3 REST API API key:

  1. Open GitHub v3 REST API app or web interface
  2. Go to Settings → Account → API Access
  3. Generate new API key or copy existing one
  4. Save this key for the installation steps below

Requirements

  • Node.js >= v18.0.0
  • GitHub v3 REST API API key
  • Cursor, VS Code, Claude Desktop or another MCP Client

Installation

To install GitHub v3 REST API MCP Server for any client automatically via Smithery:

npx -y @smithery/cli@latest install @sargonpiraev/github-mcp-server --client <CLIENT_NAME>

Cursor One-Click Installation

Install MCP Server

Manual Configuration

Add to your Cursor ~/.cursor/mcp.json file:

{
  "mcpServers": {
    "github-mcp-server": {
      "command": "npx",
      "args": ["-y", "@sargonpiraev/github-mcp-server"],
      "env": {
        "GITHUB_API_KEY": "your-github_api_key"
      }
    }
  }
}

Install in VS Code

Or add manually to your VS Code settings:

"mcp": {
  "servers": {
    "github-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@sargonpiraev/github-mcp-server"],
      "env": {
        "GITHUB_API_KEY": "your-github_api_key"
      }
    }
  }
}

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "github-mcp-server": {
      "command": "npx",
      "args": ["-y", "@sargonpiraev/github-mcp-server"],
      "env": {
        "GITHUB_API_KEY": "your-github_api_key"
      }
    }
  }
}

Available Tools

  • meta/root: GitHub API Root
  • security-advisories/list-global-advisories: List global security advisories
  • security-advisories/get-global-advisory: Get a global security advisory
  • apps/get-authenticated: Get the authenticated app
  • apps/create-from-manifest: Create a GitHub App from a manifest
  • apps/get-webhook-config-for-app: Get a webhook configuration for an app
  • apps/update-webhook-config-for-app: Update a webhook configuration for an app
  • apps/list-webhook-deliveries: List deliveries for an app webhook
  • apps/get-webhook-delivery: Get a delivery for an app webhook
  • apps/redeliver-webhook-delivery: Redeliver a delivery for an app webhook
  • apps/list-installation-requests-for-authenticated-app: List installation requests for the authenticated app
  • apps/list-installations: List installations for the authenticated app
  • apps/get-installation: Get an installation for the authenticated app
  • apps/delete-installation: Delete an installation for the authenticated app
  • apps/create-installation-access-token: Create an installation access token for an app
  • apps/suspend-installation: Suspend an app installation
  • apps/unsuspend-installation: Unsuspend an app installation
  • apps/delete-authorization: Delete an app authorization
  • apps/check-token: Check a token
  • apps/reset-token: Reset a token
  • apps/delete-token: Delete an app token
  • apps/scope-token: Create a scoped access token
  • apps/get-by-slug: Get an app
  • classroom/get-an-assignment: Get an assignment
  • classroom/list-accepted-assignments-for-an-assignment: List accepted assignments for an assignment
  • classroom/get-assignment-grades: Get assignment grades
  • classroom/list-classrooms: List classrooms
  • classroom/get-a-classroom: Get a classroom
  • classroom/list-assignments-for-a-classroom: List assignments for a classroom
  • codes-of-conduct/get-all-codes-of-conduct: Get all codes of conduct
  • codes-of-conduct/get-conduct-code: Get a code of conduct
  • credentials/revoke: Revoke a list of credentials
  • emojis/get: Get emojis
  • code-security/get-configurations-for-enterprise: Get code security configurations for an enterprise
  • code-security/create-configuration-for-enterprise: Create a code security configuration for an enterprise
  • code-security/get-default-configurations-for-enterprise: Get default code security configurations for an enterprise
  • code-security/get-single-configuration-for-enterprise: Retrieve a code security configuration of an enterprise
  • code-security/update-enterprise-configuration: Update a custom code security configuration for an enterprise
  • code-security/delete-configuration-for-enterprise: Delete a code security configuration for an enterprise
  • code-security/attach-enterprise-configuration: Attach an enterprise configuration to repositories
  • code-security/set-configuration-as-default-for-enterprise: Set a code security configuration as a default for an enterprise
  • code-security/get-repositories-for-enterprise-configuration: Get repositories associated with an enterprise code security configuration
  • dependabot/list-alerts-for-enterprise: List Dependabot alerts for an enterprise
  • secret-scanning/list-alerts-for-enterprise: List secret scanning alerts for an enterprise
  • activity/list-public-events: List public events
  • activity/get-feeds: Get feeds
  • gists/list: List gists for the authenticated user
  • gists/create: Create a gist
  • gists/list-public: List public gists
  • gists/list-starred: List starred gists
  • gists/get: Get a gist
  • gists/update: Update a gist
  • gists/delete: Delete a gist
  • gists/list-comments: List gist comments
  • gists/create-comment: Create a gist comment
  • gists/get-comment: Get a gist comment
  • gists/update-comment: Update a gist comment
  • gists/delete-comment: Delete a gist comment
  • gists/list-commits: List gist commits
  • gists/list-forks: List gist forks
  • gists/fork: Fork a gist
  • gists/check-is-starred: Check if a gist is starred
  • gists/star: Star a gist
  • gists/unstar: Unstar a gist
  • gists/get-revision: Get a gist revision
  • gitignore/get-all-templates: Get all gitignore templates
  • gitignore/get-template: Get a gitignore template
  • apps/list-repos-accessible-to-installation: List repositories accessible to the app installation
  • apps/revoke-installation-access-token: Revoke an installation access token
  • issues/list: List issues assigned to the authenticated user
  • licenses/get-all-commonly-used: Get all commonly used licenses
  • licenses/get: Get a license
  • markdown/render: Render a Markdown document
  • markdown/render-raw: Render a Markdown document in raw mode
  • apps/get-subscription-plan-for-account: Get a subscription plan for an account
  • apps/list-plans: List plans
  • apps/list-accounts-for-plan: List accounts for a plan
  • apps/get-subscription-plan-for-account-stubbed: Get a subscription plan for an account (stubbed)
  • apps/list-plans-stubbed: List plans (stubbed)
  • apps/list-accounts-for-plan-stubbed: List accounts for a plan (stubbed)
  • meta/get: Get GitHub meta information
  • activity/list-public-events-for-repo-network: List public events for a network of repositories
  • activity/list-notifications-for-authenticated-user: List notifications for the authenticated user
  • activity/mark-notifications-as-read: Mark notifications as read
  • activity/get-thread: Get a thread
  • activity/mark-thread-as-read: Mark a thread as read
  • activity/mark-thread-as-done: Mark a thread as done
  • activity/get-thread-subscription-for-authenticated-user: Get a thread subscription for the authenticated user
  • activity/set-thread-subscription: Set a thread subscription
  • activity/delete-thread-subscription: Delete a thread subscription
  • meta/get-octocat: Get Octocat
  • orgs/list: List organizations
  • dependabot/repository-access-for-org: Lists the repositories Dependabot can access in an organization
  • dependabot/update-repository-access-for-org: Updates Dependabot's repository access list for an organization
  • dependabot/set-repository-access-default-level: Set the default repository access level for Dependabot
  • billing/get-github-billing-usage-report-org: Get billing usage report for an organization
  • orgs/get: Get an organization
  • orgs/update: Update an organization
  • orgs/delete: Delete an organization
  • actions/get-actions-cache-usage-for-org: Get GitHub Actions cache usage for an organization
  • actions/get-actions-cache-usage-by-repo-for-org: List repositories with GitHub Actions cache usage for an organization
  • actions/list-hosted-runners-for-org: List GitHub-hosted runners for an organization
  • actions/create-hosted-runner-for-org: Create a GitHub-hosted runner for an organization
  • actions/get-hosted-runners-github-owned-images-for-org: Get GitHub-owned images for GitHub-hosted runners in an organization
  • actions/get-hosted-runners-partner-images-for-org: Get partner images for GitHub-hosted runners in an organization
  • actions/get-hosted-runners-limits-for-org: Get limits on GitHub-hosted runners for an organization
  • actions/get-hosted-runners-machine-specs-for-org: Get GitHub-hosted runners machine specs for an organization
  • actions/get-hosted-runners-platforms-for-org: Get platforms for GitHub-hosted runners in an organization
  • actions/get-hosted-runner-for-org: Get a GitHub-hosted runner for an organization
  • actions/update-hosted-runner-for-org: Update a GitHub-hosted runner for an organization
  • actions/delete-hosted-runner-for-org: Delete a GitHub-hosted runner for an organization
  • oidc/get-oidc-custom-sub-template-for-org: Get the customization template for an OIDC subject claim for an organization
  • oidc/update-oidc-custom-sub-template-for-org: Set the customization template for an OIDC subject claim for an organization
  • actions/get-github-actions-permissions-organization: Get GitHub Actions permissions for an organization
  • actions/set-github-actions-permissions-organization: Set GitHub Actions permissions for an organization
  • actions/list-selected-repositories-enabled-github-actions-organization: List selected repositories enabled for GitHub Actions in an organization
  • actions/set-selected-repositories-enabled-github-actions-organization: Set selected repositories enabled for GitHub Actions in an organization
  • actions/enable-selected-repository-github-actions-organization: Enable a selected repository for GitHub Actions in an organization
  • actions/disable-selected-repository-github-actions-organization: Disable a selected repository for GitHub Actions in an organization
  • actions/get-allowed-actions-organization: Get allowed actions and reusable workflows for an organization
  • actions/set-allowed-actions-organization: Set allowed actions and reusable workflows for an organization
  • actions/get-github-actions-default-workflow-permissions-organization: Get default workflow permissions for an organization
  • actions/set-github-actions-default-workflow-permissions-organization: Set default workflow permissions for an organization
  • actions/list-self-hosted-runner-groups-for-org: List self-hosted runner groups for an organization
  • actions/create-self-hosted-runner-group-for-org: Create a self-hosted runner group for an organization
  • actions/get-self-hosted-runner-group-for-org: Get a self-hosted runner group for an organization
  • actions/update-self-hosted-runner-group-for-org: Update a self-hosted runner group for an organization
  • actions/delete-self-hosted-runner-group-from-org: Delete a self-hosted runner group from an organization
  • actions/list-github-hosted-runners-in-group-for-org: List GitHub-hosted runners in a group for an organization
  • actions/list-repo-access-to-self-hosted-runner-group-in-org: List repository access to a self-hosted runner group in an organization
  • actions/set-repo-access-to-self-hosted-runner-group-in-org: Set repository access for a self-hosted runner group in an organization
  • actions/add-repo-access-to-self-hosted-runner-group-in-org: Add repository access to a self-hosted runner group in an organization
  • actions/remove-repo-access-to-self-hosted-runner-group-in-org: Remove repository access to a self-hosted runner group in an organization
  • actions/list-self-hosted-runners-in-group-for-org: List self-hosted runners in a group for an organization
  • actions/set-self-hosted-runners-in-group-for-org: Set self-hosted runners in a group for an organization
  • actions/add-self-hosted-runner-to-group-for-org: Add a self-hosted runner to a group for an organization
  • actions/remove-self-hosted-runner-from-group-for-org: Remove a self-hosted runner from a group for an organization
  • actions/list-self-hosted-runners-for-org: List self-hosted runners for an organization
  • actions/list-runner-applications-for-org: List runner applications for an organization
  • actions/generate-runner-jitconfig-for-org: Create configuration for a just-in-time runner for an organization
  • actions/create-registration-token-for-org: Create a registration token for an organization
  • actions/create-remove-token-for-org: Create a remove token for an organization
  • actions/get-self-hosted-runner-for-org: Get a self-hosted runner for an organization
  • actions/delete-self-hosted-runner-from-org: Delete a self-hosted runner from an organization
  • actions/list-labels-for-self-hosted-runner-for-org: List labels for a self-hosted runner for an organization
  • actions/add-custom-labels-to-self-hosted-runner-for-org: Add custom labels to a self-hosted runner for an organization
  • actions/set-custom-labels-for-self-hosted-runner-for-org: Set custom labels for a self-hosted runner for an organization
  • actions/remove-all-custom-labels-from-self-hosted-runner-for-org: Remove all custom labels from a self-hosted runner for an organization
  • actions/remove-custom-label-from-self-hosted-runner-for-org: Remove a custom label from a self-hosted runner for an organization
  • actions/list-org-secrets: List organization secrets
  • actions/get-org-public-key: Get an organization public key
  • actions/get-org-secret: Get an organization secret
  • actions/create-or-update-org-secret: Create or update an organization secret
  • actions/delete-org-secret: Delete an organization secret
  • actions/list-selected-repos-for-org-secret: List selected repositories for an organization secret
  • actions/set-selected-repos-for-org-secret: Set selected repositories for an organization secret
  • actions/add-selected-repo-to-org-secret: Add selected repository to an organization secret
  • actions/remove-selected-repo-from-org-secret: Remove selected repository from an organization secret
  • actions/list-org-variables: List organization variables
  • actions/create-org-variable: Create an organization variable
  • actions/get-org-variable: Get an organization variable
  • actions/update-org-variable: Update an organization variable
  • actions/delete-org-variable: Delete an organization variable
  • actions/list-selected-repos-for-org-variable: List selected repositories for an organization variable
  • actions/set-selected-repos-for-org-variable: Set selected repositories for an organization variable
  • actions/add-selected-repo-to-org-variable: Add selected repository to an organization variable
  • actions/remove-selected-repo-from-org-variable: Remove selected repository from an organization variable
  • orgs/list-attestations-bulk: List attestations by bulk subject digests
  • orgs/delete-attestations-bulk: Delete attestations in bulk
  • orgs/delete-attestations-by-subject-digest: Delete attestations by subject digest
  • orgs/delete-attestations-by-id: Delete attestations by ID
  • orgs/list-attestations: List attestations
  • orgs/list-blocked-users: List users blocked by an organization
  • orgs/check-blocked-user: Check if a user is blocked by an organization
  • orgs/block-user: Block a user from an organization
  • orgs/unblock-user: Unblock a user from an organization
  • campaigns/list-org-campaigns: List campaigns for an organization
  • campaigns/create-campaign: Create a campaign for an organization
  • campaigns/get-campaign-summary: Get a campaign for an organization
  • campaigns/update-campaign: Update a campaign
  • campaigns/delete-campaign: Delete a campaign for an organization
  • code-scanning/list-alerts-for-org: List code scanning alerts for an organization
  • code-security/get-configurations-for-org: Get code security configurations for an organization
  • code-security/create-configuration: Create a code security configuration
  • code-security/get-default-configurations: Get default code security configurations
  • code-security/detach-configuration: Detach configurations from repositories
  • code-security/get-configuration: Get a code security configuration
  • code-security/update-configuration: Update a code security configuration
  • code-security/delete-configuration: Delete a code security configuration
  • code-security/attach-configuration: Attach a configuration to repositories
  • code-security/set-configuration-as-default: Set a code security configuration as a default for an organization
  • code-security/get-repositories-for-configuration: Get repositories associated with a code security configuration
  • codespaces/list-in-organization: List codespaces for the organization
  • codespaces/set-codespaces-access: Manage access control for organization codespaces
  • codespaces/set-codespaces-access-users: Add users to Codespaces access for an organization
  • codespaces/delete-codespaces-access-users: Remove users from Codespaces access for an organization
  • codespaces/list-org-secrets: List organization secrets
  • codespaces/get-org-public-key: Get an organization public key
  • codespaces/get-org-secret: Get an organization secret
  • codespaces/create-or-update-org-secret: Create or update an organization secret
  • codespaces/delete-org-secret: Delete an organization secret
  • codespaces/list-selected-repos-for-org-secret: List selected repositories for an organization secret
  • codespaces/set-selected-repos-for-org-secret: Set selected repositories for an organization secret
  • codespaces/add-selected-repo-to-org-secret: Add selected repository to an organization secret
  • codespaces/remove-selected-repo-from-org-secret: Remove selected repository from an organization secret
  • copilot/get-copilot-organization-details: Get Copilot seat information and settings for an organization
  • copilot/list-copilot-seats: List all Copilot seat assignments for an organization
  • copilot/add-copilot-seats-for-teams: Add teams to the Copilot subscription for an organization
  • copilot/cancel-copilot-seat-assignment-for-teams: Remove teams from the Copilot subscription for an organization
  • copilot/add-copilot-seats-for-users: Add users to the Copilot subscription for an organization
  • copilot/cancel-copilot-seat-assignment-for-users: Remove users from the Copilot subscription for an organization
  • copilot/copilot-metrics-for-organization: Get Copilot metrics for an organization
  • dependabot/list-alerts-for-org: List Dependabot alerts for an organization
  • dependabot/list-org-secrets: List organization secrets
  • dependabot/get-org-public-key: Get an organization public key
  • dependabot/get-org-secret: Get an organization secret
  • dependabot/create-or-update-org-secret: Create or update an organization secret
  • dependabot/delete-org-secret: Delete an organization secret
  • dependabot/list-selected-repos-for-org-secret: List selected repositories for an organization secret
  • dependabot/set-selected-repos-for-org-secret: Set selected repositories for an organization secret
  • dependabot/add-selected-repo-to-org-secret: Add selected repository to an organization secret
  • dependabot/remove-selected-repo-from-org-secret: Remove selected repository from an organization secret
  • packages/list-docker-migration-conflicting-packages-for-organization: Get list of conflicting packages during Docker migration for organization
  • activity/list-public-org-events: List public organization events
  • orgs/list-failed-invitations: List failed organization invitations
  • orgs/list-webhooks: List organization webhooks
  • orgs/create-webhook: Create an organization webhook
  • orgs/get-webhook: Get an organization webhook
  • orgs/update-webhook: Update an organization webhook
  • orgs/delete-webhook: Delete an organization webhook
  • orgs/get-webhook-config-for-org: Get a webhook configuration for an organization
  • orgs/update-webhook-config-for-org: Update a webhook configuration for an organization
  • orgs/list-webhook-deliveries: List deliveries for an organization webhook
  • orgs/get-webhook-delivery: Get a webhook delivery for an organization webhook
  • orgs/redeliver-webhook-delivery: Redeliver a delivery for an organization webhook
  • orgs/ping-webhook: Ping an organization webhook
  • api-insights/get-route-stats-by-actor: Get route stats by actor
  • api-insights/get-subject-stats: Get subject stats
  • api-insights/get-summary-stats: Get summary stats
  • api-insights/get-summary-stats-by-user: Get summary stats by user
  • api-insights/get-summary-stats-by-actor: Get summary stats by actor
  • api-insights/get-time-stats: Get time stats
  • api-insights/get-time-stats-by-user: Get time stats by user
  • api-insights/get-time-stats-by-actor: Get time stats by actor
  • api-insights/get-user-stats: Get user stats
  • apps/get-org-installation: Get an organization installation for the authenticated app
  • orgs/list-app-installations: List app installations for an organization
  • interactions/get-restrictions-for-org: Get interaction restrictions for an organization
  • interactions/set-restrictions-for-org: Set interaction restrictions for an organization
  • interactions/remove-restrictions-for-org: Remove interaction restrictions for an organization
  • orgs/list-pending-invitations: List pending organization invitations
  • orgs/create-invitation: Create an organization invitation
  • orgs/cancel-invitation: Cancel an organization invitation
  • orgs/list-invitation-teams: List organization invitation teams
  • orgs/list-issue-types: List issue types for an organization
  • orgs/create-issue-type: Create issue type for an organization
  • orgs/update-issue-type: Update issue type for an organization
  • orgs/delete-issue-type: Delete issue type for an organization
  • issues/list-for-org: List organization issues assigned to the authenticated user
  • orgs/list-members: List organization members
  • orgs/check-membership-for-user: Check organization membership for a user
  • orgs/remove-member: Remove an organization member
  • codespaces/get-codespaces-for-user-in-org: List codespaces for a user in organization
  • codespaces/delete-from-organization: Delete a codespace from the organization
  • codespaces/stop-in-organization: Stop a codespace for an organization user
  • copilot/get-copilot-seat-details-for-user: Get Copilot seat assignment details for a user
  • orgs/get-membership-for-user: Get organization membership for a user
  • orgs/set-membership-for-user: Set organization membership for a user
  • orgs/remove-membership-for-user: Remove organization membership for a user
  • migrations/list-for-org: List organization migrations
  • migrations/start-for-org: Start an organization migration
  • migrations/get-status-for-org: Get an organization migration status
  • migrations/download-archive-for-org: Download an organization migration archive
  • migrations/delete-archive-for-org: Delete an organization migration archive
  • migrations/unlock-repo-for-org: Unlock an organization repository
  • migrations/list-repos-for-org: List repositories in an organization migration
  • orgs/list-org-roles: Get all organization roles for an organization
  • orgs/revoke-all-org-roles-team: Remove all organization roles for a team
  • orgs/assign-team-to-org-role: Assign an organization role to a team
  • orgs/revoke-org-role-team: Remove an organization role from a team
  • orgs/revoke-all-org-roles-user: Remove all organization roles for a user
  • orgs/assign-user-to-org-role: Assign an organization role to a user
  • orgs/revoke-org-role-user: Remove an organization role from a user
  • orgs/get-org-role: Get an organization role
  • orgs/list-org-role-teams: List teams that are assigned to an organization role
  • orgs/list-org-role-users: List users that are assigned to an organization role
  • orgs/list-outside-collaborators: List outside collaborators for an organization
  • orgs/convert-member-to-outside-collaborator: Convert an organization member to outside collaborator
  • orgs/remove-outside-collaborator: Remove outside collaborator from an organization
  • packages/list-packages-for-organization: List packages for an organization
  • packages/get-package-for-organization: Get a package for an organization
  • packages/delete-package-for-org: Delete a package for an organization
  • packages/restore-package-for-org: Restore a package for an organization
  • packages/get-all-package-versions-for-package-owned-by-org: List package versions for a package owned by an organization
  • packages/get-package-version-for-organization: Get a package version for an organization
  • packages/delete-package-version-for-org: Delete package version for an organization
  • packages/restore-package-version-for-org: Restore package version for an organization
  • orgs/list-pat-grant-requests: List requests to access organization resources with fine-grained personal access tokens
  • orgs/review-pat-grant-requests-in-bulk: Review requests to access organization resources with fine-grained personal access tokens
  • orgs/review-pat-grant-request: Review a request to access organization resources with a fine-grained personal access token
  • orgs/list-pat-grant-request-repositories: List repositories requested to be accessed by a fine-grained personal access token
  • orgs/list-pat-grants: List fine-grained personal access tokens with access to organization resources
  • orgs/update-pat-accesses: Update the access to organization resources via fine-grained personal access tokens
  • orgs/update-pat-access: Update the access a fine-grained personal access token has to organization resources
  • orgs/list-pat-grant-repositories: List repositories a fine-grained personal access token has access to
  • private-registries/list-org-private-registries: List private registries for an organization
  • private-registries/create-org-private-registry: Create a private registry for an organization
  • private-registries/get-org-public-key: Get private registries public key for an organization
  • private-registries/get-org-private-registry: Get a private registry for an organization
  • private-registries/update-org-private-registry: Update a private registry for an organization
  • private-registries/delete-org-private-registry: Delete a private registry for an organization
  • projects-classic/list-for-org: List organization projects
  • projects-classic/create-for-org: Create an organization project
  • orgs/get-all-custom-properties: Get all custom properties for an organization
  • orgs/create-or-update-custom-properties: Create or update custom properties for an organization
  • orgs/get-custom-property: Get a custom property for an organization
  • orgs/create-or-update-custom-property: Create or update a custom property for an organization
  • orgs/remove-custom-property: Remove a custom property for an organization
  • orgs/list-custom-properties-values-for-repos: List custom property values for organization repositories
  • orgs/create-or-update-custom-properties-values-for-repos: Create or update custom property values for organization repositories
  • orgs/list-public-members: List public organization members
  • orgs/check-public-membership-for-user: Check public organization membership for a user
  • orgs/set-public-membership-for-authenticated-user: Set public organization membership for the authenticated user
  • orgs/remove-public-membership-for-authenticated-user: Remove public organization membership for the authenticated user
  • repos/list-for-org: List organization repositories
  • repos/create-in-org: Create an organization repository
  • repos/get-org-rulesets: Get all organization repository rulesets
  • repos/create-org-ruleset: Create an organization repository ruleset
  • repos/get-org-rule-suites: List organization rule suites
  • repos/get-org-rule-suite: Get an organization rule suite
  • repos/get-org-ruleset: Get an organization repository ruleset
  • repos/update-org-ruleset: Update an organization repository ruleset
  • repos/delete-org-ruleset: Delete an organization repository ruleset
  • orgs/get-org-ruleset-history: Get organization ruleset history
  • orgs/get-org-ruleset-version: Get organization ruleset version
  • secret-scanning/list-alerts-for-org: List secret scanning alerts for an organization
  • security-advisories/list-org-repository-advisories: List repository security advisories for an organization
  • orgs/list-security-manager-teams: List security manager teams
  • orgs/add-security-manager-team: Add a security manager team
  • orgs/remove-security-manager-team: Remove a security manager team
  • billing/get-github-actions-billing-org: Get GitHub Actions billing for an organization
  • billing/get-github-packages-billing-org: Get GitHub Packages billing for an organization
  • billing/get-shared-storage-billing-org: Get shared storage billing for an organization
  • hosted-compute/list-network-configurations-for-org: List hosted compute network configurations for an organization
  • hosted-compute/create-network-configuration-for-org: Create a hosted compute network configuration for an organization
  • hosted-compute/get-network-configuration-for-org: Get a hosted compute network configuration for an organization
  • hosted-compute/update-network-configuration-for-org: Update a hosted compute network configuration for an organization
  • hosted-compute/delete-network-configuration-from-org: Delete a hosted compute network configuration from an organization
  • hosted-compute/get-network-settings-for-org: Get a hosted compute network settings resource for an organization
  • copilot/copilot-metrics-for-team: Get Copilot metrics for a team
  • teams/list: List teams
  • teams/create: Create a team
  • teams/get-by-name: Get a team by name
  • teams/update-in-org: Update a team
  • teams/delete-in-org: Delete a team
  • teams/list-discussions-in-org: List discussions
  • teams/create-discussion-in-org: Create a discussion
  • teams/get-discussion-in-org: Get a discussion
  • teams/update-discussion-in-org: Update a discussion
  • teams/delete-discussion-in-org: Delete a discussion
  • teams/list-discussion-comments-in-org: List discussion comments
  • teams/create-discussion-comment-in-org: Create a discussion comment
  • teams/get-discussion-comment-in-org: Get a discussion comment
  • teams/update-discussion-comment-in-org: Update a discussion comment
  • teams/delete-discussion-comment-in-org: Delete a discussion comment
  • reactions/list-for-team-discussion-comment-in-org: List reactions for a team discussion comment
  • reactions/create-for-team-discussion-comment-in-org: Create reaction for a team discussion comment
  • reactions/delete-for-team-discussion-comment: Delete team discussion comment reaction
  • reactions/list-for-team-discussion-in-org: List reactions for a team discussion
  • reactions/create-for-team-discussion-in-org: Create reaction for a team discussion
  • reactions/delete-for-team-discussion: Delete team discussion reaction
  • teams/list-pending-invitations-in-org: List pending team invitations
  • teams/list-members-in-org: List team members
  • teams/get-membership-for-user-in-org: Get team membership for a user
  • teams/add-or-update-membership-for-user-in-org: Add or update team membership for a user
  • teams/remove-membership-for-user-in-org: Remove team membership for a user
  • teams/list-projects-in-org: List team projects
  • teams/check-permissions-for-project-in-org: Check team permissions for a project
  • teams/add-or-update-project-permissions-in-org: Add or update team project permissions
  • teams/remove-project-in-org: Remove a project from a team
  • teams/list-repos-in-org: List team repositories
  • teams/check-permissions-for-repo-in-org: Check team permissions for a repository
  • teams/add-or-update-repo-permissions-in-org: Add or update team repository permissions
  • teams/remove-repo-in-org: Remove a repository from a team
  • teams/list-child-in-org: List child teams
  • orgs/enable-or-disable-security-product-on-all-org-repos: Enable or disable a security feature for an organization
  • projects-classic/get-card: Get a project card
  • projects-classic/update-card: Update an existing project card
  • projects-classic/delete-card: Delete a project card
  • projects-classic/move-card: Move a project card
  • projects-classic/get-column: Get a project column
  • projects-classic/update-column: Update an existing project column
  • projects-classic/delete-column: Delete a project column
  • projects-classic/list-cards: List project cards
  • projects-classic/create-card: Create a project card
  • projects-classic/move-column: Move a project column
  • projects-classic/get: Get a project
  • projects-classic/update: Update a project
  • projects-classic/delete: Delete a project
  • projects-classic/list-collaborators: List project collaborators
  • projects-classic/add-collaborator: Add project collaborator
  • projects-classic/remove-collaborator: Remove user as a collaborator
  • projects-classic/get-permission-for-user: Get project permission for a user
  • projects-classic/list-columns: List project columns
  • projects-classic/create-column: Create a project column
  • rate-limit/get: Get rate limit status for the authenticated user
  • repos/get: Get a repository
  • repos/update: Update a repository
  • repos/delete: Delete a repository
  • actions/list-artifacts-for-repo: List artifacts for a repository
  • actions/get-artifact: Get an artifact
  • actions/delete-artifact: Delete an artifact
  • actions/download-artifact: Download an artifact
  • actions/get-actions-cache-usage: Get GitHub Actions cache usage for a repository
  • actions/get-actions-cache-list: List GitHub Actions caches for a repository
  • actions/delete-actions-cache-by-key: Delete GitHub Actions caches for a repository (using a cache key)
  • actions/delete-actions-cache-by-id: Delete a GitHub Actions cache for a repository (using a cache ID)
  • actions/get-job-for-workflow-run: Get a job for a workflow run
  • actions/download-job-logs-for-workflow-run: Download job logs for a workflow run
  • actions/re-run-job-for-workflow-run: Re-run a job from a workflow run
  • actions/get-custom-oidc-sub-claim-for-repo: Get the customization template for an OIDC subject claim for a repository
  • actions/set-custom-oidc-sub-claim-for-repo: Set the customization template for an OIDC subject claim for a repository
  • actions/list-repo-organization-secrets: List repository organization secrets
  • actions/list-repo-organization-variables: List repository organization variables
  • actions/get-github-actions-permissions-repository: Get GitHub Actions permissions for a repository
  • actions/set-github-actions-permissions-repository: Set GitHub Actions permissions for a repository
  • actions/get-workflow-access-to-repository: Get the level of access for workflows outside of the repository
  • actions/set-workflow-access-to-repository: Set the level of access for workflows outside of the repository
  • actions/get-allowed-actions-repository: Get allowed actions and reusable workflows for a repository
  • actions/set-allowed-actions-repository: Set allowed actions and reusable workflows for a repository
  • actions/get-github-actions-default-workflow-permissions-repository: Get default workflow permissions for a repository
  • actions/set-github-actions-default-workflow-permissions-repository: Set default workflow permissions for a repository
  • actions/list-self-hosted-runners-for-repo: List self-hosted runners for a repository
  • actions/list-runner-applications-for-repo: List runner applications for a repository
  • actions/generate-runner-jitconfig-for-repo: Create configuration for a just-in-time runner for a repository
  • actions/create-registration-token-for-repo: Create a registration token for a repository
  • actions/create-remove-token-for-repo: Create a remove token for a repository
  • actions/get-self-hosted-runner-for-repo: Get a self-hosted runner for a repository
  • actions/delete-self-hosted-runner-from-repo: Delete a self-hosted runner from a repository
  • actions/list-labels-for-self-hosted-runner-for-repo: List labels for a self-hosted runner for a repository
  • actions/add-custom-labels-to-self-hosted-runner-for-repo: Add custom labels to a self-hosted runner for a repository
  • actions/set-custom-labels-for-self-hosted-runner-for-repo: Set custom labels for a self-hosted runner for a repository
  • actions/remove-all-custom-labels-from-self-hosted-runner-for-repo: Remove all custom labels from a self-hosted runner for a repository
  • actions/remove-custom-label-from-self-hosted-runner-for-repo: Remove a custom label from a self-hosted runner for a repository
  • actions/list-workflow-runs-for-repo: List workflow runs for a repository
  • actions/get-workflow-run: Get a workflow run
  • actions/delete-workflow-run: Delete a workflow run
  • actions/get-reviews-for-run: Get the review history for a workflow run
  • actions/approve-workflow-run: Approve a workflow run for a fork pull request
  • actions/list-workflow-run-artifacts: List workflow run artifacts
  • actions/get-workflow-run-attempt: Get a workflow run attempt
  • actions/list-jobs-for-workflow-run-attempt: List jobs for a workflow run attempt
  • actions/download-workflow-run-attempt-logs: Download workflow run attempt logs
  • actions/cancel-workflow-run: Cancel a workflow run
  • actions/review-custom-gates-for-run: Review custom deployment protection rules for a workflow run
  • actions/force-cancel-workflow-run: Force cancel a workflow run
  • actions/list-jobs-for-workflow-run: List jobs for a workflow run
  • actions/download-workflow-run-logs: Download workflow run logs
  • actions/delete-workflow-run-logs: Delete workflow run logs
  • actions/get-pending-deployments-for-run: Get pending deployments for a workflow run
  • actions/review-pending-deployments-for-run: Review pending deployments for a workflow run
  • actions/re-run-workflow: Re-run a workflow
  • actions/re-run-workflow-failed-jobs: Re-run failed jobs from a workflow run
  • actions/get-workflow-run-usage: Get workflow run usage
  • actions/list-repo-secrets: List repository secrets
  • actions/get-repo-public-key: Get a repository public key
  • actions/get-repo-secret: Get a repository secret
  • actions/create-or-update-repo-secret: Create or update a repository secret
  • actions/delete-repo-secret: Delete a repository secret
  • actions/list-repo-variables: List repository variables
  • actions/create-repo-variable: Create a repository variable
  • actions/get-repo-variable: Get a repository variable
  • actions/update-repo-variable: Update a repository variable
  • actions/delete-repo-variable: Delete a repository variable
  • actions/list-repo-workflows: List repository workflows
  • actions/get-workflow: Get a workflow
  • actions/disable-workflow: Disable a workflow
  • actions/create-workflow-dispatch: Create a workflow dispatch event
  • actions/enable-workflow: Enable a workflow
  • actions/list-workflow-runs: List workflow runs for a workflow
  • actions/get-workflow-usage: Get workflow usage
  • repos/list-activities: List repository activities
  • issues/list-assignees: List assignees
  • issues/check-user-can-be-assigned: Check if a user can be assigned
  • repos/create-attestation: Create an attestation
  • repos/list-attestations: List attestations
  • repos/list-autolinks: Get all autolinks of a repository
  • repos/create-autolink: Create an autolink reference for a repository
  • repos/get-autolink: Get an autolink reference of a repository
  • repos/delete-autolink: Delete an autolink reference from a repository
  • repos/check-automated-security-fixes: Check if Dependabot security updates are enabled for a repository
  • repos/enable-automated-security-fixes: Enable Dependabot security updates
  • repos/disable-automated-security-fixes: Disable Dependabot security updates
  • repos/list-branches: List branches
  • repos/get-branch: Get a branch
  • repos/get-branch-protection: Get branch protection
  • repos/update-branch-protection: Update branch protection
  • repos/delete-branch-protection: Delete branch protection
  • repos/get-admin-branch-protection: Get admin branch protection
  • repos/set-admin-branch-protection: Set admin branch protection
  • repos/delete-admin-branch-protection: Delete admin branch protection
  • repos/get-pull-request-review-protection: Get pull request review protection
  • repos/update-pull-request-review-protection: Update pull request review protection
  • repos/delete-pull-request-review-protection: Delete pull request review protection
  • repos/get-commit-signature-protection: Get commit signature protection
  • repos/create-commit-signature-protection: Create commit signature protection
  • repos/delete-commit-signature-protection: Delete commit signature protection
  • repos/get-status-checks-protection: Get status checks protection
  • repos/update-status-check-protection: Update status check protection
  • repos/remove-status-check-protection: Remove status check protection
  • repos/get-all-status-check-contexts: Get all status check contexts
  • repos/add-status-check-contexts: Add status check contexts
  • repos/set-status-check-contexts: Set status check contexts
  • repos/remove-status-check-contexts: Remove status check contexts
  • repos/get-access-restrictions: Get access restrictions
  • repos/delete-access-restrictions: Delete access restrictions
  • repos/get-apps-with-access-to-protected-branch: Get apps with access to the protected branch
  • repos/add-app-access-restrictions: Add app access restrictions
  • repos/set-app-access-restrictions: Set app access restrictions
  • repos/remove-app-access-restrictions: Remove app access restrictions
  • repos/get-teams-with-access-to-protected-branch: Get teams with access to the protected branch
  • repos/add-team-access-restrictions: Add team access restrictions
  • repos/set-team-access-restrictions: Set team access restrictions
  • repos/remove-team-access-restrictions: Remove team access restrictions
  • repos/get-users-with-access-to-protected-branch: Get users with access to the protected branch
  • repos/add-user-access-restrictions: Add user access restrictions
  • repos/set-user-access-restrictions: Set user access restrictions
  • repos/remove-user-access-restrictions: Remove user access restrictions
  • repos/rename-branch: Rename a branch
  • checks/create: Create a check run
  • checks/get: Get a check run
  • checks/update: Update a check run
  • checks/list-annotations: List check run annotations
  • checks/rerequest-run: Rerequest a check run
  • checks/create-suite: Create a check suite
  • checks/set-suites-preferences: Update repository preferences for check suites
  • checks/get-suite: Get a check suite
  • checks/list-for-suite: List check runs in a check suite
  • checks/rerequest-suite: Rerequest a check suite
  • code-scanning/list-alerts-for-repo: List code scanning alerts for a repository
  • code-scanning/get-alert: Get a code scanning alert
  • code-scanning/update-alert: Update a code scanning alert
  • code-scanning/get-autofix: Get the status of an autofix for a code scanning alert
  • code-scanning/create-autofix: Create an autofix for a code scanning alert
  • code-scanning/commit-autofix: Commit an autofix for a code scanning alert
  • code-scanning/list-alert-instances: List instances of a code scanning alert
  • code-scanning/list-recent-analyses: List code scanning analyses for a repository
  • code-scanning/get-analysis: Get a code scanning analysis for a repository
  • code-scanning/delete-analysis: Delete a code scanning analysis from a repository
  • code-scanning/list-codeql-databases: List CodeQL databases for a repository
  • code-scanning/get-codeql-database: Get a CodeQL database for a repository
  • code-scanning/delete-codeql-database: Delete a CodeQL database
  • code-scanning/create-variant-analysis: Create a CodeQL variant analysis
  • code-scanning/get-variant-analysis: Get the summary of a CodeQL variant analysis
  • code-scanning/get-variant-analysis-repo-task: Get the analysis status of a repository in a CodeQL variant analysis
  • code-scanning/get-default-setup: Get a code scanning default setup configuration
  • code-scanning/update-default-setup: Update a code scanning default setup configuration
  • code-scanning/upload-sarif: Upload an analysis as SARIF data
  • code-scanning/get-sarif: Get information about a SARIF upload
  • code-security/get-configuration-for-repository: Get the code security configuration associated with a repository
  • repos/codeowners-errors: List CODEOWNERS errors
  • codespaces/list-in-repository-for-authenticated-user: List codespaces in a repository for the authenticated user
  • codespaces/create-with-repo-for-authenticated-user: Create a codespace in a repository
  • codespaces/list-devcontainers-in-repository-for-authenticated-user: List devcontainer configurations in a repository for the authenticated user
  • codespaces/repo-machines-for-authenticated-user: List available machine types for a repository
  • codespaces/pre-flight-with-repo-for-authenticated-user: Get default attributes for a codespace
  • codespaces/check-permissions-for-devcontainer: Check if permissions defined by a devcontainer have been accepted by the authenticated user
  • codespaces/list-repo-secrets: List repository secrets
  • codespaces/get-repo-public-key: Get a repository public key
  • codespaces/get-repo-secret: Get a repository secret
  • codespaces/create-or-update-repo-secret: Create or update a repository secret
  • codespaces/delete-repo-secret: Delete a repository secret
  • repos/list-collaborators: List repository collaborators
  • repos/check-collaborator: Check if a user is a repository collaborator
  • repos/add-collaborator: Add a repository collaborator
  • repos/remove-collaborator: Remove a repository collaborator
  • repos/get-collaborator-permission-level: Get repository permissions for a user
  • repos/list-commit-comments-for-repo: List commit comments for a repository
  • repos/get-commit-comment: Get a commit comment
  • repos/update-commit-comment: Update a commit comment
  • repos/delete-commit-comment: Delete a commit comment
  • reactions/list-for-commit-comment: List reactions for a commit comment
  • reactions/create-for-commit-comment: Create reaction for a commit comment
  • reactions/delete-for-commit-comment: Delete a commit comment reaction
  • repos/list-commits: List commits
  • repos/list-branches-for-head-commit: List branches for HEAD commit
  • repos/list-comments-for-commit: List commit comments
  • repos/create-commit-comment: Create a commit comment
  • repos/list-pull-requests-associated-with-commit: List pull requests associated with a commit
  • repos/get-commit: Get a commit
  • checks/list-for-ref: List check runs for a Git reference
  • checks/list-suites-for-ref: List check suites for a Git reference
  • repos/get-combined-status-for-ref: Get the combined status for a specific reference
  • repos/list-commit-statuses-for-ref: List commit statuses for a reference
  • repos/get-community-profile-metrics: Get community profile metrics
  • repos/compare-commits: Compare two commits
  • repos/get-content: Get repository content
  • repos/create-or-update-file-contents: Create or update file contents
  • repos/delete-file: Delete a file
  • repos/list-contributors: List repository contributors
  • dependabot/list-alerts-for-repo: List Dependabot alerts for a repository
  • dependabot/get-alert: Get a Dependabot alert
  • dependabot/update-alert: Update a Dependabot alert
  • dependabot/list-repo-secrets: List repository secrets
  • dependabot/get-repo-public-key: Get a repository public key
  • dependabot/get-repo-secret: Get a repository secret
  • dependabot/create-or-update-repo-secret: Create or update a repository secret
  • dependabot/delete-repo-secret: Delete a repository secret
  • dependency-graph/diff-range: Get a diff of the dependencies between commits
  • dependency-graph/export-sbom: Export a software bill of materials (SBOM) for a repository.
  • dependency-graph/create-repository-snapshot: Create a snapshot of dependencies for a repository
  • repos/list-deployments: List deployments
  • repos/create-deployment: Create a deployment
  • repos/get-deployment: Get a deployment
  • repos/delete-deployment: Delete a deployment
  • repos/list-deployment-statuses: List deployment statuses
  • repos/create-deployment-status: Create a deployment status
  • repos/get-deployment-status: Get a deployment status
  • repos/create-dispatch-event: Create a repository dispatch event
  • repos/get-all-environments: List environments
  • repos/get-environment: Get an environment
  • repos/create-or-update-environment: Create or update an environment
  • repos/delete-an-environment: Delete an environment
  • repos/list-deployment-branch-policies: List deployment branch policies
  • repos/create-deployment-branch-policy: Create a deployment branch policy
  • repos/get-deployment-branch-policy: Get a deployment branch policy
  • repos/update-deployment-branch-policy: Update a deployment branch policy
  • repos/delete-deployment-branch-policy: Delete a deployment branch policy
  • repos/get-all-deployment-protection-rules: Get all deployment protection rules for an environment
  • repos/create-deployment-protection-rule: Create a custom deployment protection rule on an environment
  • repos/list-custom-deployment-rule-integrations: List custom deployment rule integrations available for an environment
  • repos/get-custom-deployment-protection-rule: Get a custom deployment protection rule
  • repos/disable-deployment-protection-rule: Disable a custom protection rule for an environment
  • actions/list-environment-secrets: List environment secrets
  • actions/get-environment-public-key: Get an environment public key
  • actions/get-environment-secret: Get an environment secret
  • actions/create-or-update-environment-secret: Create or update an environment secret
  • actions/delete-environment-secret: Delete an environment secret
  • actions/list-environment-variables: List environment variables
  • actions/create-environment-variable: Create an environment variable
  • actions/get-environment-variable: Get an environment variable
  • actions/update-environment-variable: Update an environment variable
  • actions/delete-environment-variable: Delete an environment variable
  • activity/list-repo-events: List repository events
  • repos/list-forks: List forks
  • repos/create-fork: Create a fork
  • git/create-blob: Create a blob
  • git/get-blob: Get a blob
  • git/create-commit: Create a commit
  • git/get-commit: Get a commit object
  • git/list-matching-refs: List matching references
  • git/get-ref: Get a reference
  • git/create-ref: Create a reference
  • git/update-ref: Update a reference
  • git/delete-ref: Delete a reference
  • git/create-tag: Create a tag object
  • git/get-tag: Get a tag
  • git/create-tree: Create a tree
  • git/get-tree: Get a tree
  • repos/list-webhooks: List repository webhooks
  • repos/create-webhook: Create a repository webhook
  • repos/get-webhook: Get a repository webhook
  • repos/update-webhook: Update a repository webhook
  • repos/delete-webhook: Delete a repository webhook
  • repos/get-webhook-config-for-repo: Get a webhook configuration for a repository
  • repos/update-webhook-config-for-repo: Update a webhook configuration for a repository
  • repos/list-webhook-deliveries: List deliveries for a repository webhook
  • repos/get-webhook-delivery: Get a delivery for a repository webhook
  • repos/redeliver-webhook-delivery: Redeliver a delivery for a repository webhook
  • repos/ping-webhook: Ping a repository webhook
  • repos/test-push-webhook: Test the push repository webhook
  • migrations/get-import-status: Get an import status
  • migrations/start-import: Start an import
  • migrations/update-import: Update an import
  • migrations/cancel-import: Cancel an import
  • migrations/get-commit-authors: Get commit authors
  • migrations/map-commit-author: Map a commit author
  • migrations/get-large-files: Get large files
  • migrations/set-lfs-preference: Update Git LFS preference
  • apps/get-repo-installation: Get a repository installation for the authenticated app
  • interactions/get-restrictions-for-repo: Get interaction restrictions for a repository
  • interactions/set-restrictions-for-repo: Set interaction restrictions for a repository
  • interactions/remove-restrictions-for-repo: Remove interaction restrictions for a repository
  • repos/list-invitations: List repository invitations
  • repos/update-invitation: Update a repository invitation
  • repos/delete-invitation: Delete a repository invitation
  • issues/list-for-repo: List repository issues
  • issues/create: Create an issue
  • issues/list-comments-for-repo: List issue comments for a repository
  • issues/get-comment: Get an issue comment
  • issues/update-comment: Update an issue comment
  • issues/delete-comment: Delete an issue comment
  • reactions/list-for-issue-comment: List reactions for an issue comment
  • reactions/create-for-issue-comment: Create reaction for an issue comment
  • reactions/delete-for-issue-comment: Delete an issue comment reaction
  • issues/list-events-for-repo: List issue events for a repository
  • issues/get-event: Get an issue event
  • issues/get: Get an issue
  • issues/update: Update an issue
  • issues/add-assignees: Add assignees to an issue
  • issues/remove-assignees: Remove assignees from an issue
  • issues/check-user-can-be-assigned-to-issue: Check if a user can be assigned to a issue
  • issues/list-comments: List issue comments
  • issues/create-comment: Create an issue comment
  • issues/list-events: List issue events
  • issues/list-labels-on-issue: List labels for an issue
  • issues/add-labels: Add labels to an issue
  • issues/set-labels: Set labels for an issue
  • issues/remove-all-labels: Remove all labels from an issue
  • issues/remove-label: Remove a label from an issue
  • issues/lock: Lock an issue
  • issues/unlock: Unlock an issue
  • reactions/list-for-issue: List reactions for an issue
  • reactions/create-for-issue: Create reaction for an issue
  • reactions/delete-for-issue: Delete an issue reaction
  • issues/remove-sub-issue: Remove sub-issue
  • issues/list-sub-issues: List sub-issues
  • issues/add-sub-issue: Add sub-issue
  • issues/reprioritize-sub-issue: Reprioritize sub-issue
  • issues/list-events-for-timeline: List timeline events for an issue
  • repos/list-deploy-keys: List deploy keys
  • repos/create-deploy-key: Create a deploy key
  • repos/get-deploy-key: Get a deploy key
  • repos/delete-deploy-key: Delete a deploy key
  • issues/list-labels-for-repo: List labels for a repository
  • issues/create-label: Create a label
  • issues/get-label: Get a label
  • issues/update-label: Update a label
  • issues/delete-label: Delete a label
  • repos/list-languages: List repository languages
  • licenses/get-for-repo: Get the license for a repository
  • repos/merge-upstream: Sync a fork branch with the upstream repository
  • repos/merge: Merge a branch
  • issues/list-milestones: List milestones
  • issues/create-milestone: Create a milestone
  • issues/get-milestone: Get a milestone
  • issues/update-milestone: Update a milestone
  • issues/delete-milestone: Delete a milestone
  • issues/list-labels-for-milestone: List labels for issues in a milestone
  • activity/list-repo-notifications-for-authenticated-user: List repository notifications for the authenticated user
  • activity/mark-repo-notifications-as-read: Mark repository notifications as read
  • repos/get-pages: Get a GitHub Pages site
  • repos/create-pages-site: Create a GitHub Pages site
  • repos/update-information-about-pages-site: Update information about a GitHub Pages site
  • repos/delete-pages-site: Delete a GitHub Pages site
  • repos/list-pages-builds: List GitHub Pages builds
  • repos/request-pages-build: Request a GitHub Pages build
  • repos/get-latest-pages-build: Get latest Pages build
  • repos/get-pages-build: Get GitHub Pages build
  • repos/create-pages-deployment: Create a GitHub Pages deployment
  • repos/get-pages-deployment: Get the status of a GitHub Pages deployment
  • repos/cancel-pages-deployment: Cancel a GitHub Pages deployment
  • repos/get-pages-health-check: Get a DNS health check for GitHub Pages
  • repos/check-private-vulnerability-reporting: Check if private vulnerability reporting is enabled for a repository
  • repos/enable-private-vulnerability-reporting: Enable private vulnerability reporting for a repository
  • repos/disable-private-vulnerability-reporting: Disable private vulnerability reporting for a repository
  • projects-classic/list-for-repo: List repository projects
  • projects-classic/create-for-repo: Create a repository project
  • repos/get-custom-properties-values: Get all custom property values for a repository
  • repos/create-or-update-custom-properties-values: Create or update custom property values for a repository
  • pulls/list: List pull requests
  • pulls/create: Create a pull request
  • pulls/list-review-comments-for-repo: List review comments in a repository
  • pulls/get-review-comment: Get a review comment for a pull request
  • pulls/update-review-comment: Update a review comment for a pull request
  • pulls/delete-review-comment: Delete a review comment for a pull request
  • reactions/list-for-pull-request-review-comment: List reactions for a pull request review comment
  • reactions/create-for-pull-request-review-comment: Create reaction for a pull request review comment
  • reactions/delete-for-pull-request-comment: Delete a pull request comment reaction
  • pulls/get: Get a pull request
  • pulls/update: Update a pull request
  • codespaces/create-with-pr-for-authenticated-user: Create a codespace from a pull request
  • pulls/list-review-comments: List review comments on a pull request
  • pulls/create-review-comment: Create a review comment for a pull request
  • pulls/create-reply-for-review-comment: Create a reply for a review comment
  • pulls/list-commits: List commits on a pull request
  • pulls/list-files: List pull requests files
  • pulls/check-if-merged: Check if a pull request has been merged
  • pulls/merge: Merge a pull request
  • pulls/list-requested-reviewers: Get all requested reviewers for a pull request
  • pulls/request-reviewers: Request reviewers for a pull request
  • pulls/remove-requested-reviewers: Remove requested reviewers from a pull request
  • pulls/list-reviews: List reviews for a pull request
  • pulls/create-review: Create a review for a pull request
  • pulls/get-review: Get a review for a pull request
  • pulls/update-review: Update a review for a pull request
  • pulls/delete-pending-review: Delete a pending review for a pull request
  • pulls/list-comments-for-review: List comments for a pull request review
  • pulls/dismiss-review: Dismiss a review for a pull request
  • pulls/submit-review: Submit a review for a pull request
  • pulls/update-branch: Update a pull request branch
  • repos/get-readme: Get a repository README
  • repos/get-readme-in-directory: Get a repository README for a directory
  • repos/list-releases: List releases
  • repos/create-release: Create a release
  • repos/get-release-asset: Get a release asset
  • repos/update-release-asset: Update a release asset
  • repos/delete-release-asset: Delete a release asset
  • repos/generate-release-notes: Generate release notes content for a release
  • repos/get-latest-release: Get the latest release
  • repos/get-release-by-tag: Get a release by tag name
  • **`