Home › Version Control › GitWarren
GitWarren
Code review on your own machine, for you and your coding agent. Nothing leaves your computer.
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
GitHub
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
mcp-server-azure-devops
Azure DevOps integration for repository management, work items, and pipelines.
mcp-git-ingest
Read and analyze GitHub repositories with your LLM
Perforce P4 MCP Server
Perforce P4 MCP server: changelists, files, shelves, workspaces, jobs, code reviews, and streams.
cynical-sally
Brutally honest code reviews: scores, real issues, and usable fixes. CLI + MCP server.
gitlab-mr-mcp
Interact seamlessly with issues and merge requests of your GitLab projects.
Data from the Official MCP Registry