GitWarren for Claude Desktop
io.github.klarluft/gitwarren
Code review on your own machine, for you and your coding agent. Nothing leaves your computer.
client:Claude Desktop
transport:stdio
runtime:npm
Install GitWarren in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"gitwarren": {
"command": "npx",
"args": [
"-y",
"gitwarren"
],
"env": {
"GITWARREN_DATA_DIR": "<GITWARREN_DATA_DIR>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs