Weavatrix Git for VS Code
io.github.sergii-ziborov/weavatrix-git
Fast, bounded, read-only Git evidence for local AI coding agents.
client:VS Code
transport:stdio
runtime:npm
Install Weavatrix Git in VS Code
.vscode/mcp.json
{
"servers": {
"weavatrix-git": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"weavatrix-git"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs