Manage repositories, issues, PRs, and GitHub resources
The GitHub MCP server provides comprehensive integration with GitHub, allowing you to manage repositories, create and review pull requests, handle issues, and interact with GitHub resources directly from your AI assistant.
{
"mcpServers": {
"github": {
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "your_token_here"
},
"args": [
"-y",
"@modelcontextprotocol/server-github"
],
"command": "npx"
}
}
}GITHUB_PERSONAL_ACCESS_TOKENyour_token_here