Changelog
Initial release. 15+ tools for repos, issues, PRs, branches, releases, actions, traffic, and file content.
Platform targeting: --claude-code, --cowork, and --all flags.
Setup
What you'll need: A GitHub personal access token. Create one at github.com/settings/tokens. Use a fine-grained token scoped to the repos you want your agent to access. The connect command will prompt you to paste it.
Tools
Repositories 5 tools
- github_user - Authenticated user info
- github_list_repos - Your or org repos, sortable by stars/updated/pushed
- github_search_repos - Search across GitHub
- github_get_repo - Detailed repo info
- github_get_readme - Fetch a repo's README
Issues 6 tools
- github_list_issues - Filter by state, assignee, labels
- github_search_issues - Full text search
- github_get_issue - Full issue details
- github_create_issue - New issue with title, description, labels
- github_update_issue - Modify an issue
- github_close_issue / github_reopen_issue - Change state
Pull Requests 5 tools
- github_list_prs - Filter by state
- github_get_pr - PR details
- github_create_pr - New PR with head/base branches
- github_merge_pr - Merge with strategy
- github_request_review - Request a reviewer
Other 4+ tools
- github_list_branches - Repo branches
- github_get_file - Raw file content
- github_list_releases - Release history
- github_get_traffic - Repo traffic stats
- github_list_actions - Workflow runs