wisegit for VS Code
io.github.sandip124/wisegit
Extracts decision intent from git history and protects intentional code from AI modification.
client:VS Code
transport:stdio
runtime:npm
Install wisegit in VS Code
.vscode/mcp.json
{
"servers": {
"wisegit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sandip124/wisegit"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs