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
Installation
npx -y narumiruna/gitingest-mcpConfiguration
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.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub