GitHub MCP Server
GitHub MCP Server exposes GitHub repository workflows through the Model Context Protocol.
Key Features
- Search repositories, issues, pull requests, and code.
- Read repository metadata and file contents.
- Assist with triage, review, and release workflows.
Server Configuration
{
"mcpServers": {
"github": {
"command": "github-mcp-server",
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_PERSONAL_ACCESS_TOKEN}"
}
}
}
}
Security Notes
Use a token with the minimum scopes needed for the repositories you want to expose.