# GitHub Integration MCP
Complete GitHub integration for Claude Code via Model Context Protocol.
## Features
- Repository management
- Issue tracking
- Pull request operations
- Code search
- GitHub Actions workflow management
## Tools Exposed
- create_repository
- create_issue
- create_pull_request
- search_code
- get_file_contents
- push_files
- create_branch
## Installation
```json
{
"mcpServers": {
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "your_token_here"
}
}
}
}
```
## Requirements
- Node.js
- GitHub Personal Access Token