Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by Svtter • DevOps & CI/CD
A lightweight MCP server that exposes local Git repositories over FastMCP, letting agents access repo data and stream repository events.
Access files, commits, and repository metadata from local Git repositories via an MCP endpoint.
Receive real-time repository events (SSE) to trigger automation, syncing, or CI/CD related actions.
Integrate repository state into multi-agent workflows and orchestrate Git-related operations programmatically.
This project provides a simple MCP server built with FastMCP to expose and interact with local Git repositories. It can be run from source or inside Docker and exposes an SSE endpoint for real-time events. It is intended to let multi-agent systems and MCP clients read repository contents, monitor changes, and integrate Git state into automated workflows. Deployment is straightforward — point it at a local repos folder and start the server.
Find the last git tag in the repository Args: repo_name: Name of the git repository Returns: Dictionary containing tag version and date
List commit messages since main HEAD and the last git tag Args: repo_name: Name of the git repository max_count: Maximum number of commits to return Returns: List of dictionaries containing commit hash, author, date, and message
List all git repositories in the configured path Returns: List of repository names
Create a new git tag in the repository Args: repo_name: Name of the git repository tag_name: Name of the tag to create message: Optional message for annotated tag Returns: Dictionary containing status and tag information
Push a git tag to the default remote Args: repo_name: Name of the git repository tag_name: Name of the tag to push Returns: Dictionary containing status and information about the operation
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.