MCP server that extracts decision intent from git history and protects intentional code from AI modification.
Server Config
{
"mcpServers": {
"wisegit": {
"command": "npx",
"args": [
"-y",
"@sandip124/wisegit",
"serve"
]
}
}
}