What is the The Tab (scvd-tab) MCP server?
Every tool a builder signs up for, on one tab: trials, burn, price drift. Local JSONL, zero deps.
How to install The Tab (scvd-tab)
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"tab": {
"command": "npx",
"args": [
"-y",
"scvd-tab"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"tab": {
"command": "npx",
"args": [
"-y",
"scvd-tab"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"tab": {
"command": "npx",
"args": [
"-y",
"scvd-tab"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"tab": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"scvd-tab"
]
}
}
}Claude Code
claude mcp add tab -- npx -y scvd-tabRelated MCP servers
SCVD General Store
Active
The trust layer of the x402 economy: free conformance checks, attestation, corpus, agent store.
2
View repository →TypeScript
MIT