adhikasp/mcp-git-ingest
A Model Context Protocol (MCP) server that helps read GitHub repository structure and important files.
Overview
adhikasp/mcp-git-ingest is a Python MCP server licensed under MIT. A Model Context Protocol (MCP) server that helps read GitHub repository structure and important files. Topics: git, llm, mcp, model-context-protocol.
Ranked #11369 out of 25632 indexed tools.
Ecosystem
Python MIT
gitllmmcpmodel-context-protocol
Signal Breakdown
Stars 303
Freshness 1y ago
Issue Health 0%
Contributors 3
Dependents 0
Forks 42
Description Good
License MIT
How to Improve
Description low impact
Freshness high impact
Issue Health high impact
Matched Queries
From the README
# MCP Git Ingest
A Model Context Protocol (MCP) server that helps read GitHub repository structure and important files.
Inspired by [gitingest](https://gitingest.com/).
<a href="https://glama.ai/mcp/servers/un2zatig9e"></a>
## Configuration
```json
{
"mcpServers": {
"mcp-git-ingest": {
"command": "uvx",
"args": ["--from", "git+https://github.com/adhikasp/mcp-git-ingest", "mcp-git-ingest"],
}
}
}
```
## Usage
Using [mcp-client-cli](https://github.com/adhikasp/mcp-client-cli):
```
$ llm read https://github.com/adhikasp/mcp-git-ingest and determine how the code technically works
I'll help you understand the technical details of the mcp-git-ingest repository. I'll first fetch the directory structure and then read the important files to analyze how the code works.
Tool Calls:
github_directory_structure
Args:
repo_url: https://github.com/adhikasp/mcp-git-ingest
Now, I'll read the important files to understand the technical im Read full README on GitHub →
Are you the maintainer? Claim this listing