Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by bsreeram08 • DevOps & CI/CD
A Node.js server for browsing and managing Git repositories using the Model Context Protocol (MCP).
Explore and retrieve directory structures from Git repositories
Search for code patterns and extract file contents from repositories
Analyze branch differences and view commit histories
The MCP Git Repo Browser is a Node.js implementation providing various tools for Git repository management, including directory structure viewing, file content reading, code searching, and branch comparison. It supports operations such as retrieving commit history and uncommitted changes, making it useful for developers and automated systems that need to interact with Git repositories programmatically via the MCP. The server is designed for easy integration and efficient handling of Git data with clean error management and modular code structure.
Clone a Git repository and return its directory structure in a tree format.
Read the contents of specified files in a given git repository.
Compare two branches and show files changed between them.
Create and/or checkout a branch.
Delete a branch from the repository.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.