Available Functions
Repository Management
github_get_repositoriesgithub_get_repository_infogithub_get_commitsgithub_get_repository_branchesgithub_get_tags_or_branches
Branch Operations
github_create_branch
Issues and Pull Requests
github_get_repository_issuesgithub_create_pull_requestgithub_get_pull_request_detailsgithub_get_pull_requests
User Information
github_get_user_infogithub_global_search
OAuth Setup
1. Create OAuth App
- Visit github.com/settings/developers
- Click “New OAuth App”
2. Configure Application
- Application Name:
Your App Name - Homepage URL:
https://yourexampledomain.com - Authorization Callback URL:
3. Environment Variables
Add to your.env file:
Ensure redirect URLs match exactly between your GitHub app settings and environment configuration.

