Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by wty0512 • DevOps & CI/CD
A server that provides a standardized interface for managing Git repositories via the Model Context Protocol.
Manage Git repositories programmatically.
Execute Git operations such as cloning, committing, and pushing code remotely.
Perform advanced Git operations like cherry-picking and rebasing through a standardized protocol.
The Git MCP Server allows AI assistants and LLM agents to interact with Git repositories through a standardized interface without needing direct filesystem or command-line access. It exposes Git operations as MCP resources and tools, maintaining security boundaries. The server supports repository management, branch operations, working directory operations, and advanced Git commands, making it ideal for automated repository management tasks.
Stage files for commit. Add file contents to the staging area (index) to prepare for the next commit.
Show line-by-line authorship information for a file, displaying who last modified each line and when.
Manage branches: list all branches, show current branch, create a new branch, delete a branch, or rename a branch.
Gather git history context (commits, tags) and structured review instructions to support LLM-driven changelog analysis. Changelog file should be read separately; this tool provides the supporting git data and analysis framework. Pass one or more review types to control what kind of analysis to perform.
Switch branches or restore working tree files. Can checkout an existing branch, create a new branch, or restore specific files.
Generates a structured workflow prompt for wrapping up git sessions, including reviewing changes, updating documentation, and committing modifications.
Provides the current session working directory for git operations. This is the directory set via git_set_working_dir and used as the default for all git commands.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.