- Github Mcp Server
Github Mcp Server
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.
🎯 About
GitHub MCP Server bridges AI assistants with Git repositories and provides powerful developer productivity tools. It provides:
Safe Git operations through a standardized MCP interface (29 operations)
Complete version control capabilities including advanced operations (tag, merge, rebase, cherry-pick, blame, bisect)
31 workflow combinations for enhanced developer productivity
Advanced developer tools (backup, cleanup, workflow automation)
Error handling and validation to prevent common Git mistakes
Direct integration with VS Code and AI assistants like GitHub Copilot
CLI wrapper for terminal access and automation
Server Config
{
"mcpServers": {
"github-mcp-server": {
"command": "bash",
"args": [
"/absolute/path/to/github-mcp-server/start-mcp.sh"
],
"env": {},
"disabled": false
}
}
}