Skip to content
VS Code

The Tab (scvd-tab) for VS Code

store.scvd/tab

Every tool a builder signs up for, on one tab: trials, burn, price drift. Local JSONL, zero deps.

client:VS Code transport:stdio runtime:npm

Install The Tab (scvd-tab) in VS Code

.vscode/mcp.json

{
  "servers": {
    "tab": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "scvd-tab"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

The Tab (scvd-tab) in other clients