Google PageRank for AI agents. 25,000+ tools indexed.

mcp-git-ingest by adhikasp

#2636 of 5463 by adhikasp
30 score

Helps AI read GitHub repository structure and important files. Want to quickly understand what a repo is about? Prompt it with "read https://github.com/adhikasp/mcp-git-ingest and determine how the code technically works".

Ranked #2636 out of 5463 indexed tools.
🔑
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing →

Signal Breakdown

Installs 344
Freshness 1y ago
Issue Health 0%
Stars 303
Platform Breadth 1 platform
Contributors 2
Description Detailed

How to Improve

Freshness high impact

Last commit was 429 days ago — a recent commit would boost your freshness score

Issue Health high impact

You have 9 open vs 0 closed issues — triaging stale issues improves health

Platforms medium impact

Only 1 platform listed — publishing to more platforms improves your score

Badge

AgentRank score for mcp-git-ingest by adhikasp
[![AgentRank](https://agentrank-ai.com/api/badge/skill/glama-adhikasp--mcp-git-ingest)](https://agentrank-ai.com/skill/glama-adhikasp--mcp-git-ingest/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/skill/glama-adhikasp--mcp-git-ingest/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/skill/glama-adhikasp--mcp-git-ingest" alt="AgentRank"></a>

Supported Platforms

MCP

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 →