GitHub · Capability
GitHub Installation API — Repositories
GitHub Installation API — Repositories. 5 operations. Lead operation: GitHub List Repositories Accessible to the App Installation. Self-contained Naftiko capability covering one Github business surface.
What You Can Do
GET
Listrepositoriesaccessibletotheappinstallation
— GitHub List Repositories Accessible to the App Installation
/v1/installation/repositories
GET
Getrepositoryinstallationfortheauthenticatedapp
— GitHub Get Repository Installation for the Authenticated App
/v1/repos/{owner}/{repo}/installation
GET
Listrepositoriesaccessibletotheuseraccesstoken
— GitHub List Repositories Accessible to the User Access Token
/v1/user/installations/{installation-id}/repositories
PUT
Addrepositorytoanappinstallation
— GitHub Add Repository to an App Installation
/v1/user/installations/{installation-id}/repositories/{repository-id}
DELETE
Removerepositoryfromanappinstallation
— GitHub Remove Repository from an App Installation
/v1/user/installations/{installation-id}/repositories/{repository-id}
MCP Tools
github-list-repositories-accessible-app
GitHub List Repositories Accessible to the App Installation
read-only
idempotent
github-get-repository-installation-authenticated
GitHub Get Repository Installation for the Authenticated App
read-only
idempotent
github-list-repositories-accessible-user
GitHub List Repositories Accessible to the User Access Token
read-only
idempotent
github-add-repository-app-installation
GitHub Add Repository to an App Installation
idempotent
github-remove-repository-app-installation
GitHub Remove Repository from an App Installation
idempotent