Skip to content
Zed

docvet for Zed

io.github.alberto-codes/docvet

Docstring quality vetting for Python -- enrichment, freshness, coverage, and presence checks

client:Zed transport:stdio runtime:pypi

Install docvet in Zed

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

{
  "context_servers": {
    "docvet": {
      "command": "uvx",
      "args": [
        "docvet"
      ]
    }
  }
}

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

docvet in other clients