Back to MCP Servers
Git
[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
developer-toolsgithub
By idosal
Installation
npx -y git-mcpConfiguration
{
"mcpServers": {
"git-mcp": {
"command": "npx",
"args": ["-y", "git-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes