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.
Quick Start
Clone the repository:
git clone https://github.com/narumiruna/gitingest-mcpClaude Desktop configuration example:
{
"mcpServers": {
"gitingest-mcp": {
"command": "npx",
"args": [
"-y",
"narumiruna/gitingest-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.