From 6a901c663072eb2a2932da32b89969cd864bd88c Mon Sep 17 00:00:00 2001 From: Adhika Setya Pramudita Date: Sun, 15 Dec 2024 13:55:21 +0700 Subject: [PATCH] Add mcp-git-ingest Read and analyze online GitHub repositories with LLM. Inspired by gitingest.com --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0822f689..963a897f 100644 --- a/README.md +++ b/README.md @@ -209,6 +209,7 @@ Interact with Git repositories and version control platforms. Enables repository - [@modelcontextprotocol/server-github](https://github.com/modelcontextprotocol/servers/tree/main/src/github) 📇 ☁️ - GitHub API integration for repository management, PRs, issues, and more - [@modelcontextprotocol/server-gitlab](https://github.com/modelcontextprotocol/servers/tree/main/src/gitlab) 📇 ☁️ 🏠 - GitLab platform integration for project management and CI/CD operations - [@modelcontextprotocol/server-git](https://github.com/modelcontextprotocol/servers/tree/main/src/git) 🐍 🏠 - Direct Git repository operations including reading, searching, and analyzing local repositories +- [adhikasp/mcp-git-ingest](https://github.com/adhikasp/mcp-git-ingest) 🐍 🏠 - Read and analyze GitHub repositories with your LLM ### 🛠️ Other Tools and Integrations