mcp-git-repo-browser

mcp-git-repo-browser

2

MCP Git Repo Browser is a Node.js server that implements the Model Context Protocol to allow browsing of Git repositories. It provides tools to view directory structures and read specific files from repositories seamlessly.

MCP Git Repo Browser (Node.js)

A Node.js implementation of a Git repository browser using the Model Context Protocol (MCP).

Features

  • Directory Structure: Returns an ASCII tree representation of a repository's directory structure.
  • Read Important Files: Provides contents of specified files in a repository.

Requirements

  • Node.js 14.x or higher
  • Git installed on the system

Usage

Clone the repository, install dependencies, and start the server using Node.js. The server operates over stdio, compatible with MCP clients.