Skip to content
Grok

The Tab (scvd-tab) for Grok

store.scvd/tab

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

client:Grok transport:stdio runtime:npm

Install The Tab (scvd-tab) in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

The Tab (scvd-tab) in other clients