github-mcp-plus
Provides comprehensive tools for interacting with the GitHub API, including repository management, issues, pull requests, organization management, keys and webhooks, DevOps & infrastructure, enterprise compliance, and GitHub Actions monitoring.
Allows triggering workflows and listing check runs for refs, enabling monitoring and management of GitHub Actions.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@github-mcp-pluslist my open pull requests"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🌟 github-mcp-plus 🚀
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 |
|
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: mcp-gitpro
🛠️ 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@latestEnv:
GITHUB_PERSONAL_ACCESS_TOKEN
👨💻 Local Development
Clone the repository.
Run
npm installBuild & Run:
npm run build
GITHUB_PERSONAL_ACCESS_TOKEN="your-token" node build/index.js📄 License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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