Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ”„ Version Control
  3. MCP Git Ingest
MCP Git Ingest logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 5:01:54 PM

MCP Git Ingest

User RatingsBe the first to rate and review this MCP server!
View Repository312 GitHub StarsTotal stargazers on GitHub for the source repository (312 stars).Visit Website
githubdeveloper-toolsrepository-analysiscode-reading

Reads GitHub repository trees and selected file contents through MCP tools.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "adhikasp-mcp-git-ingest": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/adhikasp/mcp-git-ingest",
        "mcp-git-ingest"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ”„ More in Version Control

Overview

The adhikasp/mcp-git-ingest MCP server reads GitHub repository structures and selected files for analysis by an LLM. It exposes tools to generate a directory tree and return the contents of specified files, cloning repositories temporarily as needed. Reach for it when an agent needs to inspect a repository's layout or technical implementation without manually browsing each file.

Use cases

โ€ขInspect a repository's directory layout
โ€ขRead selected source and configuration files
โ€ขAnalyze how a GitHub project is implemented
โ€ขIdentify important files before deeper review

Key features

โ€ขGenerate a GitHub repository directory tree
โ€ขRead explicitly selected repository files
โ€ขSkip .git directories in tree output
โ€ขClone repositories through Git operations
โ€ขClean up temporary repository data
โ€ขReturn descriptive operation errors

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Git Ingest.

Extracted Tool Capabilities
Generate a GitHub repository directory tree
Read explicitly selected repository files
Skip .git directories in tree output
Clone repositories through Git operations
Clean up temporary repository data
Return descriptive operation errors

How MCP Git Ingest works

What adhikasp/mcp-git-ingest MCP server does

The adhikasp/mcp-git-ingest MCP server gives an MCP client two focused ways to inspect a GitHub repository. One tool returns a tree-like view of the repository's directories and files. The other accepts a list of file paths and returns their contents in a path-to-content mapping.

This combination supports repository-oriented questions such as identifying the main source files, locating configuration, or reading selected implementation files after first examining the project layout. The server is intended for analysis rather than for editing, committing, or otherwise mutating repository contents.

How it works

For each request, the server obtains a local copy of the repository using Git operations. A temporary directory name is derived deterministically from the repository URL, allowing the implementation to recognize an existing clone before cloning again. The directory-tree operation recursively walks the checked-out files, excludes the .git directory, sorts entries, and formats the result with Unicode tree characters.

The file-reading operation receives explicit paths from the MCP client and reads those files from the checked-out repository. Both operations handle failures such as clone or file-read errors and return descriptive error information. Cleanup is performed after processing through finally blocks, so temporary working data is removed when the operation completes.

The implementation uses FastMCP to expose the MCP interface and GitPython for repository operations. The project specifies Python 3.8 or newer.

Setup and configuration

The adhikasp/mcp-git-ingest MCP server can be launched with uvx directly from its Git repository. An MCP client configuration uses uvx as the command, passes the repository URL with --from, and then invokes the mcp-git-ingest executable:

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

The documented setup does not specify environment variables, API keys, or additional server configuration. The repository also describes a CLI entry point named mcp-git-ingest.

Tools and capabilities

  • github_directory_structure: clones the repository, builds a visual directory tree, and omits .git contents.
  • github_read_important_files: clones the repository, reads the requested file paths, and returns their contents.
  • Repository inspection: accepts a GitHub repository URL as the input for both operations.
  • Error handling: reports clone and file-reading problems instead of requiring the client to handle uncaught failures.

Limitations and notes

The adhikasp/mcp-git-ingest MCP server documents read and analysis operations only. It does not describe tools for changing files, creating commits, opening pull requests, or managing GitHub issues. File contents must be requested through explicit paths; the material does not describe automatic selection beyond the example workflow where a client first gets the directory structure and then chooses important files.

Temporary cloning and cleanup are part of each operation's behavior. Although deterministic directory naming can allow an existing clone to be reused, the documented processing flow also removes temporary repositories after use. No authentication method or private-repository support is specified, so access requirements for repositories needing credentials are not established by the provided material.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Version Control View all alternatives
  • Github MCP Server logoGithub MCP Server
    Verified

    Official GitHub server for integration with repository management, PRs, issues, and more.

    ๐Ÿ”„ Version Control3 views
    Compare vs Github MCP Server โ†’
  • Git MCP logoGit MCP

    gitmcp.io is a generic remote MCP server to connect to ANY GitHub repository or project for documentation

    ๐Ÿ”„ Version Control4 views
    Compare vs Git MCP โ†’
  • Octocode MCP logoOctocode MCP

    AI-powered developer assistant that enables advanced research, analysis and discovery across GitHub and NPM realms in realtime.

    ๐Ÿ”„ Version Control3 views
    Compare vs Octocode MCP โ†’
  • Github Enterprise MCP logoGithub Enterprise MCP

    MCP server for GitHub Enterprise API integration

    ๐Ÿ”„ Version Control3 views
    Compare vs Github Enterprise MCP โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
312
Stargazers on the source repository.
Last commit
1y ago
Most recent push to the default branch.
Directory activity
5 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Git Ingest

Configure an MCP client to run `uvx --from git+https://github.com/adhikasp/mcp-git-ingest mcp-git-ingest`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Git Ingest AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/adhikasp-mcp-git-ingest?style=directory)](https://allmcps.com/mcp/adhikasp-mcp-git-ingest)
HTML Embed
<a href="https://allmcps.com/mcp/adhikasp-mcp-git-ingest"><img src="https://allmcps.com/api/badge/adhikasp-mcp-git-ingest?style=directory" alt="MCP Git Ingest on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ”„Version Control
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimePython
AuthNo auth required
Last updatedSep 2, 2026
11/11 checks healthy over the last 34d
Views5
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars312
GitHub Star CountTotal stargazers on GitHub representing community popularity (312 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jan 26, 2025
41Quality signal: Fair ยท 41/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity4/15
Community engagement1/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 17d ago via OSV.dev ยท mcp-git-ingest (PyPI)

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ”„ Version Control โ†’Best MCP servers for Git & Version Control โ†’Alternatives to MCP Git Ingest โ†’Install in Claude DesktopInstall in CursorInstall in VS Code