Github Integration
MCPs integration 2,526 downloads
Install
npx claude-code-templates@latest --mcp integration/github-integration Metadata
Description
Direct GitHub API integration for repository management, issue tracking, pull requests, and collaborative development workflows.
Server
github
Command
npx -y @modelcontextprotocol/server-github
Code
{
"mcpServers": {
"github": {
"description": "Direct GitHub API integration for repository management, issue tracking, pull requests, and collaborative development workflows.",
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
}
}
}
}