Skip to content
VS Code

Vinv for VS Code

io.github.vinvai/vinv

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

client:VS Code transport:stdio runtime:npm

Install Vinv in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "vinv-workspace",
      "description": "VINV_WORKSPACE",
      "password": true
    }
  ],
  "servers": {
    "vinv": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "vinv-mcp"
      ],
      "env": {
        "VINV_WORKSPACE": "${input:vinv-workspace}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

Vinv in other clients