GHjiejie/git-mcp-server
If you are the rightful owner of 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 dayong@mcphub.com.
A Model Context Protocol (MCP) server designed for executing Git operations and integrating AI-generated weekly reports using Ollama AI.
Tools
Functions exposed to the LLM to take actions
git_status
Displays the status of the working directory.
git_log
Views the commit history.
git_diff
Shows file changes.
git_add
Adds files to the staging area.
git_commit
Commits changes.
git_push
Pushes changes to a remote repository.
git_pull
Pulls updates from a remote repository.
git_branch
Manages branches (list, create, delete).
git_checkout
Switches branches.
git_remote
Manages remote repositories.
git_weekly_report
Generates AI-driven weekly report summaries.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client