Releases: ldraney/github-mcp
Releases · ldraney/github-mcp
v0.3.0
What's Changed
- Fixed README inaccuracies: Corrected endpoint count from "800+" to 327, updated preset tool counts, fixed category count from 38 to 33
- Added TOOLS.md: Complete index of all 327 tools organized by 33 categories with table of contents
- Version bump: 0.2.4 → 0.3.0
Preset tool counts (corrected)
| Preset | Tools | Categories |
|---|---|---|
core |
~109 | repos, issues, pulls, search, users, actions, gists |
security |
~38 | dependabot, secretScanning, codeScanning, codeSecurity, securityAdvisories |
org-admin |
~92 | orgs, teams, projects, activity, users, apps |
cicd |
~71 | actions, checks, repos, packages |
full |
327 | all 33 categories |
Full Changelog: v0.2.4...v0.3.0
What's Changed
- docs: add security section and keychain prompt explanation by @ldraney in #72
- fix: read CLI version from package.json by @ldraney in #75
- docs: prepare repo for public release by @ldraney in #76
- chore: bump version to 0.2.3 by @ldraney in #77
- chore: bump version to 0.2.4 by @ldraney in #79
- docs: update download links to use releases/latest by @ldraney in #81
- fix: correct README numbers, add tool index, bump to 0.3.0 by @ldraney in #87
Full Changelog: v0.2.2...v0.3.0
v0.2.2
v0.2.1
v0.2.0
What's Changed
- chore: cleanup docs, templates, and close stale issues by @ldraney in #12
- Expand core tools to 68 across 4 categories by @ldraney in #18
- Add .mcp.json and validate tool registration by @ldraney in #48
- Add HIGH priority categories: actions, search, orgs by @ldraney in #49
- Add MEDIUM priority categories: gists, checks, projects, teams, activity, git by @ldraney in #50
- Add all LOW priority categories (127 new tools) by @ldraney in #51
- feat: add activity summary prompts via Events API by @ldraney in #53
- feat: add code-review, issue-triage, and release-notes prompts by @ldraney in #54
- feat: add preset bundles for Claude Desktop compatibility by @ldraney in #56
New Contributors
Full Changelog: https://github.com/ldraney/github-mcp/commits/v0.2.0
v0.2.0-beta.3
v0.2.0-beta.3
New
github_helpprompt - ask Claude for help using the GitHub MCP- User guide at docs/index.html (GitHub Pages)
Fixed
- Tool names under 64 char limit for Claude Desktop
Features
- 327 GitHub API tools
- 12 MCP prompts (help, code review, issue triage, release notes, activity summaries)
Install:
- Claude Desktop: Download
github-mcp.mcpband double-click - npm:
npx @ldraney/github-mcp@beta
v0.1.0 - Initial Release
GitHub MCP Server v0.1.0
First release with OAuth authentication via Fly.io backend.
Features
- OAuth Authorization Code flow with Fly.io callback handler
- Secure token storage in OS keychain (via keytar)
- Initial MCP tools: repos, issues, pulls, users
- CLI with
auth login/logout/statuscommands
Installation
Claude Desktop (mcpb):
Download github-mcp.mcpb and double-click, or install via Settings > Extensions.
npm:
npx @ldraney/github-mcpManual config:
{
"mcpServers": {
"github": {
"command": "npx",
"args": ["@ldraney/github-mcp"]
}
}
}Requirements
- Node.js 20+
- GitHub OAuth App configured with callback URL:
https://gh-mcp-auth.fly.dev/callback