developer tools

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.

python
local
developer tools
0
View on GitHub

Installation

npx -y narumiruna/gitingest-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

narumiruna/gitingest-mcp

A MCP server that uses gitingest to convert any Git repository into a simple text digest of its codebase.

GitHub: https://github.com/narumiruna/gitingest-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub