adhikasp/mcp-git-ingest
A Model Context Protocol (MCP) server that helps read GitHub repository structure and important files.
Exposes two tools—`github_directory_structure` for tree-view repo navigation and `github_read_important_files` for fetching specific file contents—via fastMCP, a Python MCP framework. It handles repository cloning with deterministic caching (hash-based temp directories) and automatic cleanup, enabling LLM clients to inspect repositories without manual file management. Designed to integrate with Claude and other MCP-compatible AI assistants through stdio transport.
303 stars. No commits in the last 6 months.
Stars
303
Forks
42
Language
Python
License
MIT
Category
Last pushed
Jan 26, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/adhikasp/mcp-git-ingest"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
github/github-mcp-server
GitHub's official MCP Server
cyanheads/git-mcp-server
An MCP (Model Context Protocol) server enabling LLMs and AI agents to interact with Git...
kunwarVivek/mcp-github-project-manager
a mcp server to manage github project's functionality
structured-world/gitlab-mcp
Advanced GitLab MCP server
AsyncFuncAI/github-chat-mcp
A Model Context Protocol (MCP) for analyzing and querying GitHub repositories using the GitHub Chat API.