Git MCP

    MCP Server

    Comprehensive Git repository operations for reading, searching, and manipulating repositories

    💻 Development
    git
    version-control
    development
    repository
    vcs

    Installation

    npm install mcp-server-git

    Available Tools (12)

    git_status

    Show working tree status

    git_diff_unstaged

    Display uncommitted changes

    git_diff_staged

    Show staged changes

    git_diff

    Compare branches or commits

    Parameters:

    target

    git_commit

    Record changes to repository

    Parameters:

    message

    git_add

    Stage files for commit

    Parameters:

    files

    git_reset

    Unstage changes

    Parameters:

    files

    git_log

    View commit history

    Parameters:

    max_count

    git_create_branch

    Create new branch

    Parameters:

    branch_name

    git_checkout

    Switch branches

    Parameters:

    branch_name

    git_show

    Display commit contents

    Parameters:

    revision

    git_branch

    List repository branches

    Key Features

    Complete Git workflow automation
    Branch management
    Commit history tracking
    Diff generation
    Staging area control
    Repository status monitoring
    Share this MCP server:

    Package Info

    Package Name

    mcp-server-git

    Category

    Development

    Tools Available

    12