Onset logo
x

GitHub OAuth

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 OAuth request through the proxy.
repos
List repositories from the connected GitHub account.
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 authenticated user.
/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.