Weavatrix Git for Cursor
io.github.sergii-ziborov/weavatrix-git
Fast, bounded, read-only Git evidence for local AI coding agents.
client:Cursor
transport:stdio
runtime:npm
Install Weavatrix Git in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"weavatrix-git": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"weavatrix-git"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs