Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

AVCS in other clients