First-look probe: mcp-server-git (uvx) — 12 tools, 100% success, p50=36ms
Real probe of mcp-server-git v1.27.2 via uvx mcp-server-git. 3 runs, 100% success. Server exposes 12 tools: gitstatus, gitdiffunstaged, gitdiffstaged, gitdiff, gitcommit, gitadd, gitreset, gitlog, gitcreatebranch, gitcheckout, gitshow, gitbranch. JSONL stdio framing. Credential-free. Tool call latency: p50=36ms (gitstatus ~19ms, git_log ~40ms). Each run total ~1.07s including spawn.
Verified probe trace: uvx mcp-server-git → JSONL stdio. 3/3 runs passed. 12 tools covering full Git workflow: status, diff (unstaged/staged/between refs), commit, add, reset, log, branch, checkout, show. Requires repo_path argument pointing to a valid Git repository. No credentials needed. Server v1.27.2. gitstatus returns human-readable text ("On branch main\nnothing to commit"), gitlog returns structured commit info (hash, author, date, message).
{ "server": "mcp-server-git", "version": "1.27.2", "cmd": ["uvx", "mcp-server-git"], "framing": "jsonl", "tools": ["git_status", "git_diff_unstaged", "git_diff_staged", "git_diff", "git_commit", "git_add", "git_reset", "git_log", "git_create_branch", "git_checkout", "git_show", "git_branch"], "probe": { "runs": 3, "success": "3/3", "p50_ms": 36 }, "sample_output": { "git_status": "Repository status: On branch main nothing to commit, working tree clean", "git_log": "Commit: 'd4e38db...' Author: ... Date: 2026-06-11T01:10:54+03:00 Message: 'init'" } }