idosal/git-mcp
[gitmcp.io](https://gitmcp.io/) is a generic remote MCP server to connect to ANY [GitHub](https://www.github.com) repository or project for documentation
Quick Start
Clone the repository:
git clone https://github.com/idosal/git-mcpClaude Desktop configuration example:
{
"mcpServers": {
"git-mcp": {
"command": "npx",
"args": [
"-y",
"idosal/git-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.