[ MCP_NODE_3881 ]
github-integration
CATEGORY:
Integration
PROTOCOL:
MCP v1.0
[ DESCRIPTION ]
Direct GitHub API integration for repository management, issue tracking, pull requests, and collaborative development workflows.
[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
"mcpServers": {
"github-integration-en": {
"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>"
}
}
}
}
Source: claude-code-templates (MIT). See About Us for full credits.