Code review on your own machine, for you and your coding agent. Nothing leaves your computer.
claude mcp add gitwarren -- npx -y gitwarren
claude_desktop_config.json
{
"mcpServers": {
"gitwarren": {
"command": "npx",
"args": [
"-y",
"gitwarren"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"gitwarren": {
"command": "npx",
"args": [
"-y",
"gitwarren"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"gitwarren": {
"command": "npx",
"args": [
"-y",
"gitwarren"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"gitwarren": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gitwarren"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"gitwarren": {
"command": "npx",
"args": [
"-y",
"gitwarren"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.klarluft--gitwarren/reviews or the review_server meta-tool.
POST /mcp