Skip to main content
Version ControlPython

adhikasp/mcp-git-ingest

Read and analyze GitHub repositories with your LLM

version-controllocal-service
Share:

Quick Start

Clone the repository:

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

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-git-ingest": {
      "command": "npx",
      "args": [
        "-y",
        "adhikasp/mcp-git-ingest"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Version Control
Language
Python
Author
adhikasp