Git Ingest
Summary
This MCP server, developed by adhikasp, enables AI assistants like Claude to fetch and analyze GitHub repository structures and contents. Built in Python, it provides capabilities for cloning repositories, generating directory trees, and reading specified files. The implementation stands out by offering deterministic temporary directory creation, Unicode tree representation, and flexible file reading with robust error handling. By connecting AI capabilities with GitHub's vast ecosystem of code repositories, this server allows AI systems to explore codebases, analyze project structures, and access important files programmatically. It is particularly useful for building AI-powered code analysis tools, automated documentation generators, and intelligent assistants for software development workflows that need to interact with GitHub repositories.
Available Actions(2)
github_directory_structure
Returns a tree-like representation of a repository's directory structure. Parameters: repo_url (string)
github_read_important_files
Reads and returns the contents of specified files in a repository. Parameters: repo_url (string), file_paths (list of strings)
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论