GitWhy — The Context Layer for Git for Cline
io.github.gitwhy-cli/gitwhy
The shared AI context engine for git — save, search, and share the reasoning behind code changes.
client:Cline
transport:stdio
runtime:npm
Install GitWhy — The Context Layer for Git in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"gitwhy": {
"command": "npx",
"args": [
"-y",
"gitwhy-mcp"
],
"env": {
"GITWHY_API_KEY": "<GITWHY_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs