@infoinlet/mcp-git
v0.1.1
Published
Read-only Git inspection for AI agents — log, show, diff, status, blame, grep. No destructive operations; option-injection guarded. MCP server.
Readme
@infoinlet/mcp-git
Read-only Git inspection for AI agents — git_log, git_show, git_diff, git_status, git_blame, git_grep. No commit/push/checkout/reset (safe by construction); refs/paths are option-injection guarded. Set GIT_ROOT to the repo.
{ "mcpServers": { "git": { "command": "npx", "args": ["-y", "@infoinlet/mcp-git"], "env": { "GIT_ROOT": "/srv/project" } } } }