Skip to main content
Developer ToolsPython

narumiruna/gitingest-mcp

A MCP server that uses [gitingest](https://github.com/cyclotruc/gitingest) to convert any Git repository into a simple text digest of its codebase.

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/narumiruna/gitingest-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "gitingest-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "narumiruna/gitingest-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Python
Author
narumiruna