Complete GitHub API integration for repository management, file operations, issue tracking, pull requests, and branch management.
npx -y @modelcontextprotocol/server-github
Set GITHUB_PERSONAL_ACCESS_TOKEN env var, then:
```json
{
"mcpServers": {
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": { "GITHUB_PERSONAL_ACCESS_TOKEN": "your-token" }
}
}
}
```
create_repositorysearch_repositoriescreate_issuecreate_pull_requestpush_filesComplete GitHub API integration for repository management, file operations, issue tracking, pull requests, and branch management.
Language: TypeScript
Category: Developer Tools