HomeVersion Control › GitWarren

GitWarren

Code review on your own machine, for you and your coding agent. Nothing leaves your computer.

TypeScript
★ 18 stars Last pushed 2026-09-22 License: GPL-3.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.17)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "gitwarren-app": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "GITWARREN_DATA_DIR": "<YOUR_VALUE>"
      }
    }
  }
}
  • GITWARREN_DATA_DIR — Where the review database lives. Leave unset for the platform's application-data directory, which the app and the command line also use.

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry