adhikasp/mcp-git-ingest
mcp-git-ingest is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.
If you are the rightful owner of mcp-git-ingest and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that helps read GitHub repository structure and important files.
Try mcp-git-ingest with chat:
Tools
Functions exposed to the LLM to take actions
git_directory_structure
Clone a Git repository and return its directory structure in a tree format.
Args: repo_url: The URL of the Git repository
Returns: A string representation of the repository's directory structure
git_read_important_files
Read the contents of specified files in a given git repository.
Args: repo_url: The URL of the Git repository file_paths: List of file paths to read (relative to repository root)
Returns: A dictionary mapping file paths to their contents
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client