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

Installation

npx -y git-mcp

Configuration

{
  "mcpServers": {
    "git-mcp": {
      "command": "npx",
      "args": ["-y", "git-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub