git-mcp (MCP Server)

GitHub

Put an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "git-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-git-mcp"
      ]
    }
  }
}