Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by narumiruna • Documentation & Docs
An MCP server that turns any Git repository into a structured text digest so AI assistants can ingest and reason over codebases.
Ingest and summarize the contents of a Git repository into a concise context for answering codebase questions.
Retrieve repository file trees and file contents with filters for file size, include/exclude patterns, and specific branches.
Expose repository context via the Model Context Protocol so downstream assistants can query or reference project code.
This project implements a Model Context Protocol (MCP) server that integrates with gitingest to analyze and ingest Git repositories. It produces repository summaries, tree-like file structures, and file contents, with support for filtering by file size, patterns, and branch. The server is designed for easy integration into AI assistant workflows to provide repository context on demand.
This function analyzes a source (URL or local path), clones the corresponding repository (if applicable), and processes its files according to the specified query parameters. It can return a summary, a tree-like structure of the files, or the content of the files.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.