Put an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"git-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-git-mcp"
]
}
}
}