Skip to main content
Glama

🌟 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

❌

βœ…


Related MCP server: GitHub Prod MCP

πŸ› οΈ 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

Install Server
A
license - permissive license
C
quality
D
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • A MCP server built for developers enabling Git based project management with project and personal…

  • Go MCP server for GitLab: 2 dynamic tools reach 1000+ REST/GraphQL actions. Free/CE, no paid tier.

  • An MCP server that gives your AI access to the source code and docs of all public github repos

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shade-solutions/github-mcp-plus'

If you have feedback or need assistance with the MCP directory API, please join our Discord server