Skip to content

Releases: ldraney/github-mcp

v0.3.0

01 Feb 23:45
0f9fe3b

Choose a tag to compare

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

28 Jan 19:07
1bf189b

Choose a tag to compare

What's Changed

  • feat: add roadmap page and release skill by @ldraney in #68
  • fix: make .mcpb a thin npx wrapper (23MB → ~1KB) by @ldraney in #70
  • chore: bump version to 0.2.2 by @ldraney in #71

Full Changelog: v0.2.1...v0.2.2

v0.2.1

28 Jan 17:47
b793ec1

Choose a tag to compare

What's Changed

  • fix: replace keytar with @napi-rs/keyring by @ldraney in #58
  • feat: add GitHub Pages navigation and unify dark theme by @ldraney in #61
  • fix: use mcpb pack for proper .mcpb bundles by @ldraney in #63
  • chore: bump version to 0.2.1 by @ldraney in #65

Full Changelog: v0.2.0...v0.2.1

v0.2.0

28 Jan 16:56
fa66e86

Choose a tag to compare

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

28 Jan 15:18

Choose a tag to compare

v0.2.0-beta.3 Pre-release
Pre-release

v0.2.0-beta.3

New

  • github_help prompt - 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.mcpb and double-click
  • npm: npx @ldraney/github-mcp@beta

v0.1.0 - Initial Release

28 Jan 02:26

Choose a tag to compare

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/status commands

Installation

Claude Desktop (mcpb):
Download github-mcp.mcpb and double-click, or install via Settings > Extensions.

npm:

npx @ldraney/github-mcp

Manual 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