Skip to content
Zed

Vinv for Zed

io.github.vinvai/vinv

Vinv runs, tests, and finds issues in your services — with zero code changes.

client:Zed transport:stdio runtime:npm

Install Vinv 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": {
    "vinv": {
      "command": "npx",
      "args": [
        "-y",
        "vinv-mcp"
      ],
      "env": {
        "VINV_WORKSPACE": "<VINV_WORKSPACE>"
      }
    }
  }
}

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

Vinv in other clients