feat: add github MCP server plugin - #10
Merged
Merged
Conversation
Adds new github plugin with HTTP MCP server configuration enabling all toolsets and insiders mode for full GitHub repository management, code security, discussions, notifications, and Copilot integration. Includes: - Plugin manifest with metadata - MCP server configuration with authentication headers - Marketplace entry - Documentation Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
WalkthroughIntroduces a new GitHub plugin to the marketplace with plugin configuration, MCP server integration, and documentation. The plugin registers in the marketplace, includes metadata and MCP configuration for GitHub API integration via personal access tokens. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~15 minutes Poem
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This was referenced Feb 25, 2026
3 tasks
This was referenced Jun 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds new
githubplugin with HTTP MCP server configuration enabling all toolsets and insiders mode.Changes
github/.claude-plugin/plugin.jsonwith plugin metadatagithub/.mcp.jsonwith MCP server HTTP configuration and authentication headers.claude-plugin/marketplace.jsonto register the new pluginREADME.mdto list the github plugingithub/README.mdwith plugin documentation and configuration instructionsDetails
The github plugin provides access to the GitHub MCP server with:
GITHUB_PERSONAL_ACCESS_TOKENVerification
All validation checks passed:
claude plugin validate ./github✓claude plugin validate .✓uvx claudelint --strict✓npx markdownlint-cli2✓Summary by CodeRabbit