wisegit for Cursor
io.github.sandip124/wisegit
Extracts decision intent from git history and protects intentional code from AI modification.
client:Cursor
transport:stdio
runtime:npm
Install wisegit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"wisegit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sandip124/wisegit"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs