Awesome MCPSoftware Development

adhikasp/mcp-git-ingest

⭐ 314 Python added to this list on 2025-03-11 repository created 2024-12-15

The project "mcp-git-ingest" is a Model Context Protocol (MCP) server designed to programmatically read and visualize the structure and important files of GitHub repositories. It provides tools to generate a directory tree visualization and retrieve the contents of specified files within a repository. The server is inspired by the gitingest project and aims to facilitate understanding and analysis of GitHub repositories by exposing their structure and key files in a clear and accessible manner. The core functionality includes two main tools: one that returns a tree-like representation of a repository's directory structure, and another that reads and returns the contents of important files specified by the user. The project uses the fastmcp library to create the MCP server and gitpython for Git operations, requiring Python 3.8 or higher. The implementation involves cloning the target repository into a deterministic temporary directory based on the repository URL's hash, which allows for potential reuse of cloned repositories and efficient cleanup. The directory tree is generated recursively, skipping .git directories, and uses Unicode box-drawing characters to create a visually intuitive tree structure. File reading is handled with error management to ensure robustness. Error handling is a key aspect, with try-except blocks managing cloning and file reading errors, and finally blocks ensuring cleanup of temporary directories. The project can be run as a CLI tool and is configurable via pyproject.toml. Overall, mcp-git-ingest is a robust and flexible tool for exploring GitHub repositories programmatically, focusing on clean implementation, error resilience, and useful visualization of repository contents.

https://github.com/adhikasp/mcp-git-ingest

cli-toolcloning-repositoryconfigurationdirectory-structuredirectory-tree-visualizationerror-handlingfastmcpfile-content-retrievalfile-readinggitgithub-repositorygitingestgitpythonimportant-filesllmmcpmcp-client-climcp-servermodel-context-protocolprogrammatic-repository-explorationpyproject.tomlpythonpython-3.8+repository-cloningtemporary-directoriestemporary-directoryunicode-tree-representation

Also in Software Development

Graphify-Labs/graphify

Graphify transforms codebases, documentation, and other files into queryable knowledge graphs, enhancing developer productivity with local AST parsing and detailed edge explanations.

upstash/context7

Context7 MCP Server is an MCP server that delivers up-to-date, version-specific code documentation and examples to enhance LLMs and AI code editors, ensuring accurate and current code generation.

DeusData/codebase-memory-mcp

High-performance Model Context Protocol (MCP) server that indexes codebases into a persistent knowledge graph for AI coding agents, supporting 158 languages, lightning-fast queries, and various dev...

github/github-mcp-server

GitHub MCP Server is an official Model Context Protocol server that integrates with GitHub APIs to enable advanced automation and AI-powered interactions with GitHub repositories and workflows.

tirth8205/code-review-graph

Code-review-graph is a local-first code intelligence solution that builds a persistent structural map of your codebase to provide precise context to AI coding tools, significantly reducing token us...

oraios/serena

Serena is a free and open-source coding agent toolkit that uses the Model Context Protocol to enable LLMs to autonomously perform semantic code retrieval and editing with IDE-like precision on complex codebases.

eyaltoledano/claude-task-master

Claude Task Master is an AI-powered task management system designed for AI-driven development that integrates seamlessly with various editors via the Model Control Protocol (MCP).

mksglu/context-mode

Context Mode is an MCP server designed to optimize context window usage for AI coding agents by sandboxing tool output, tracking session continuity with SQLite, and promoting LLMs as code generator...