Skip to content
Zed

Vouch for Zed

io.github.vouchdev/vouch

Git-native, review-gated knowledge base for LLM agents. Cited retrieval, audited writes.

client:Zed transport:stdio runtime:pypi

Install Vouch 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": {
    "vouch": {
      "command": "uvx",
      "args": [
        "vouch-kb"
      ],
      "env": {
        "VOUCH_KB_PATH": "<VOUCH_KB_PATH>"
      }
    }
  }
}

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

Vouch in other clients