Skip to content
Zed

AVCS for Zed

io.github.izagood/avcs

AI-native version control where intent, operation, evidence and decision are first-class objects.

client:Zed transport:stdio runtime:npm

Install AVCS in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "avcs": {
      "command": "npx",
      "args": [
        "-y",
        "@izagood/avcs"
      ],
      "env": {
        "AVCS_REPO": "<AVCS_REPO>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

AVCS in other clients