Onset logo
A

GitHub App

A platform for version control and collaboration, allowing developers to host and review code, manage projects, and build software together.

API Configuration

Base URL:
https://api.github.com
Type:
REST

MCP Tools

request
Make an authenticated GitHub App request through the proxy.
repos
List repositories from installed GitHub App.
pulls
List pull requests from a specified GitHub repository.
tags
List tags from a specified GitHub repository.
releases
List releases from a specified GitHub repository.

Unified API

/git/repos
Retrieve a list of repositories for the installed app.
/git/repos/{repo}/pulls
Retrieve a list of pull requests for a specified repository.
/git/repos/{repo}/tags
Retrieve a list of tags for a specified repository.
/git/repos/{repo}/releases
Retrieve a list of releases for a specified repository.