AVCS for Cursor
io.github.izagood/avcs
AI-native version control where intent, operation, evidence and decision are first-class objects.
client:Cursor
transport:stdio
runtime:npm
Install AVCS in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"avcs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@izagood/avcs"
],
"env": {
"AVCS_REPO": "<AVCS_REPO>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs