Skip to content
Zed

witness for Zed

io.github.ingtian/witness

Distills your sessions or any text corpus into a dated history of how its subject changed.

client:Zed transport:stdio runtime:npm

Install witness in Zed

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

{
  "context_servers": {
    "witness": {
      "command": "npx",
      "args": [
        "-y",
        "@witness-ai/opencode"
      ]
    }
  }
}

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

witness in other clients