mcp git for VS Code
io.github.infoinlet-marketplace/mcp-git
Read-only Git inspection for AI agents — log, show, diff, status, blame, grep. No writes.
client:VS Code
transport:stdio
runtime:npm
Install mcp git in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-git": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@infoinlet/mcp-git"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs