mcp-server-git: A git MCP server

mcp-server-git: A git MCP server

49,095

The project is a Model Context Protocol server designed for interacting with and automating Git repositories. It provides tools for various Git operations using Large Language Models, offering extensive features for managing Git tasks efficiently.

git_status

Show working tree status

git_diff_unstaged

Show unstaged changes

git_diff_staged

Show temporary changes

git_diff

Show differences between branches or commits

git_commit

Submit changes to the repository

git_add

Add files to the temporary storage area

git_reset

Cancel all temporary changes

git_log

Show submission log

git_create_branch

Create a new branch

git_checkout

Switch branches

git_show

Show submissions

git_init

Initialize the Git repository