Github Mcp Server
About
Github Mcp Server bridges AI assistants with Git repositories via the Model Context Protocol (MCP), providing 29 Git operations and 31 workflow combinations through a standardized interface. It is designed for developers and AI systems that need safe, automated version control.
Details
- Author
- 0xshariq
- Downloads
- 220
- Categories
- Developer Tools
Jump to
- 29 Git operations through a standardized MCP interface
- 31 workflow combinations for enhanced developer productivity
- Advanced version control: tag, merge, rebase, cherry-pick, blame, bisect
- Error handling and validation to prevent common Git mistakes
- Direct integration with VS Code and GitHub Copilot
- CLI wrapper for terminal usage
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Github Mcp ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install and configure the server, then invoke it through the included CLI wrapper or integrate directly with VS Code and AI assistants like GitHub Copilot. Specific configuration commands are not detailed in the README.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"github mcp server": {
"github-mcp-server": {
"command": "npx",
"args": [
"-y",
"@0xshariq/github-mcp-server@latest"
]
}
}
}
}
McpServers
{
"github-mcp-server": {
"command": "npx",
"args": [
"-y",
"@0xshariq/github-mcp-server@latest"
]
}
}
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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





