npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

github-mcp-plus

v1.2.2

Published

Professional GitHub tools for AI assistants - optimized for GSoC and Open Source

Readme

🌟 github-mcp-plus 🚀

npm version Visual Studio Marketplace Version License: MIT Visitors

An enhanced, open-source developer friendly, Node.js-based implementation of the official GitHub Model Context Protocol (MCP) Server.

This version runs purely on Node.js and can be easily executed using npx. It includes 100+ elite tools covering every major GitHub workflow — from enterprise administration to deployment management — making it the most comprehensive GitHub MCP server available.

Ultimate Tool for GSoC, Enterprise & Open-Source Contributors. Manage organizations, sync forks, check CI status, audit enterprise logs, handle SSH keys, and star projects — all via your AI assistant.


✨ Why github-mcp-plus?

| Feature | Official (Docker) | github-mcp-plus | | -------------------- | ---------------------- | -------------------- | | Setup | Docker required | npx — zero install | | Tool Count | ~40 | 101 (Elite) | | Enterprise Admin | ❌ | ✅ | | DevOps (Deployments) | ❌ | ✅ | | Packages Management | ❌ | ✅ | | SSH/GPG Key Mgmt | ❌ | ✅ | | Org/Team Membership | ❌ | ✅ | | Fork Synchronization | ❌ | ✅ | | Gist Management | ❌ | ✅ |


🛠️ The "Big 100" Elite Toolset

📂 Repository & Context (26 tools)

Fork repos, sync with upstream, manage branches, and explore file trees recursively.

  • sync_fork, fork_repository, create_branch, get_repository_tree, search_code, star_repository, etc.

💬 Issues & Pull Requests (22 tools)

Complete PR lifecycle management including diffs and inline review comments.

  • add_pr_review_comment, submit_pr_review, get_pr_diff, merge_pull_request, list_pr_files, etc.

🏢 User & Organization Management (13 tools)

Manage profiles, track team memberships, and follow/unfollow users.

  • list_orgs_for_authenticated_user, list_org_teams, list_org_members, follow_user, get_me, etc.

🔐 Keys & Webhooks (11 tools)

Handle security identities and automated integrations.

  • add_public_ssh_key_for_authenticated_user, add_gpg_key_for_authenticated_user, create_repo_webhook, etc.

🚀 DevOps & Infrastructure (5 tools)

Monitor deployments, list packages, and manage codespaces.

  • create_deployment, list_deployments, list_packages_for_org, list_codespaces_for_authenticated_user, etc.

⚔️ Enterprise & Compliance (3 tools)

Audit logs and enterprise-level management for large organizations.

  • get_enterprise, list_enterprise_audit_log.

⚙️ GitHub Actions & Monitoring (8 tools)

Trigger workflows and monitor site-wide notifications or code scanning alerts.

  • actions_run_trigger, list_check_runs_for_ref, list_notifications_for_authenticated_user, etc.

🔌 Installation Guides

🧑‍🚀 Antigravity / Claude Desktop

Add this to your mcp_config.json:

{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": ["-y", "-q", "github-mcp-plus@latest"],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "your-github-token"
      }
    }
  }
}

💻 Cursor / Windsurf

Add a new command-type server:

  • Command: npx -y -q github-mcp-plus@latest
  • Env: GITHUB_PERSONAL_ACCESS_TOKEN

👨‍💻 Local Development

  1. Clone the repository.
  2. Run npm install
  3. Build & Run:
npm run build
GITHUB_PERSONAL_ACCESS_TOKEN="your-token" node build/index.js

📄 License

MIT