AVCS for Claude Desktop
io.github.izagood/avcs
AI-native version control where intent, operation, evidence and decision are first-class objects.
client:Claude Desktop
transport:stdio
runtime:npm
Install AVCS in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"avcs": {
"command": "npx",
"args": [
"-y",
"@izagood/avcs"
],
"env": {
"AVCS_REPO": "<AVCS_REPO>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs