cyanheads_git-mcp-server
If you are the rightful owner of cyanheads_git-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol server that provides comprehensive Git functionality to Large Language Models, enabling them to perform version control operations through a secure and standardized interface.
init
Initializes a new Git repository.
clone
Clones a repository.
status
Gets repository status.
bulk_action
Executes multiple Git operations in sequence.
branch_list, branch_create, branch_delete, checkout
Manage branches and working tree.
tag_list, tag_create, tag_delete
Manage repository tags.
remote_list, remote_add, remote_remove
Manage remote repositories.
stash_list, stash_save, stash_pop
Manage working directory changes.