Back to Browse
GitHub MCP
Description
Interact with GitHub repositories, issues, pull requests, and more. Create branches, manage code reviews, and automate repository workflows through natural language.
githubgitcoderepositoriespull-requests
Installation
Add this server to your MCP configuration:
{
"mcpServers": {
"github-mcp": {
"command": "npx",
"args": ["-y", "https://npmjs.com/package/@modelcontextprotocol/server-github"]
}
}
}