A Node.js MCP server that allows browsing Git repositories, providing tools to view directory structures and read important files through the Model Context Protocol. Directly relevant as a practical MCP server for repository exploration.
Loading more......
A specialized MCP server for in-depth analysis of git repositories, offering tools for branch overview, time period analysis, file changes, and merge recommendations. Directly relevant as an advanced MCP server for git repository analytics.
MCP Server for reading and analyzing GitHub repositories with LLMs. Directly relevant as an MCP Server for version control data.
MCP Server for direct Git repository operations such as reading, searching, and analyzing local repositories. Example of a local Git MCP Server.
A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup. Demonstrates MCP server use for codebase analysis.
A free, open-source MCP server that transforms GitHub projects into MCP endpoints, enabling AI assistants to access and understand project documentation without any setup. Highly relevant as a leading MCP server for GitHub integration.
A Model Context Protocol server that enables Large Language Models to interact with Git repositories via a robust API for repository management, file staging, committing, and branch operations. Directly relevant as an MCP server for git repository operations.
Category: Repository Code Analysis MCP Servers
Tags: mcp, git, repository, file-browsing, nodejs
Git Repo Browser is a Node.js server implementing the Model Context Protocol (MCP) for exploration and analysis of Git repositories. It provides a server interface for various Git operations, making it easier to browse repositories, inspect files, compare branches, and view commit history programmatically.
Basic Repository Operations:
Branch Operations:
Commit Operations:
Installation & Usage:
npm install -g git-commands-mcp) or manual Git clone.No pricing information is provided; the package appears to be open source and freely available via npm and GitHub.