a month ago
GitHub MCP Server
A Model Context Protocol (MCP) server that provides 29 Git operations + 11 workflow combinations for AI assistants and developers. This server exposes comprehensive Git repository management through a standardized interface, enabling AI models and developers to safely manage complex version control workflows.
It is also a CLI tool as well.
Server Config
{
"mcpServers": {
"github-mcp-server": {
"command": "npx",
"args": [
"-y",
"@0xshariq/github-mcp-server@latest"
]
}
}
}