API Configuration
Base URL:
https://api.github.com
Type:
REST
MCP Configuration
Endpoint:
https://api.githubcopilot.com/mcp/
Unified MCP Tools
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.
branches
List branches 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.
/git/repos/{repo}/branches
Retrieve a list of branches for a specified repository.