Skip to content
Cursor

The Tab (scvd-tab) for Cursor

store.scvd/tab

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

client:Cursor transport:stdio runtime:npm

Install The Tab (scvd-tab) in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

The Tab (scvd-tab) in other clients