Github Mcp Server

by 0xshariq

220 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Github Mcp Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.