github-mcp.md

GitHub MCP

Featured
from"github"
3.2k

GitHub's official MCP Server for repository management

Developer Tools
GitHubgitrepositoriesPRs
install.sh
# Clone the repository
$git clone https://github.com/github/github-mcp
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve