# mcp-git-ingest

> MCP Server

The MCP Git Ingest repository provides a Model Context Protocol server that reads GitHub repository structures and important files, offering tools to analyze directory structure and file contents for code understanding.

## Overview

- **Category:** Developer Tools
- **Language:** Python
- **Stars:** 313
- **Forks:** 6
- **Owner:** adhikasp
- **GitHub:** https://github.com/adhikasp/mcp-git-ingest
- **Created:** 2024-12-15T06:36:38+00:00
- **Updated:** 2025-03-27T06:35:56+00:00
- **Source:** https://model-context-protocol.com/servers/mcp-github-repository-structure-analyzer

## Setup

## Setup

Configuration:

```json
{
    "mcpServers": {
        "mcp-git-ingest": {
            "command": "uvx",
            "args": ["--from", "git+https://github.com/adhikasp/mcp-git-ingest", "mcp-git-ingest"]
        }
    }
}
```

## Tools

## Available Tools

1.  `github_directory_structure`: Returns a tree-like representation of a repository's directory structure.
2.  `github_read_important_files`: Reads and returns the contents of specified files in a repository.
