Skip to content
Claude Desktop

SQL Benchmarks Lab for Claude Desktop

io.github.rctruta/sqlbenchdag

Query pre-computed SQL engine benchmarks. Runs standalone, no server setup required.

client:Claude Desktop transport:stdio runtime:pypi

Install SQL Benchmarks Lab in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sqlbenchdag": {
      "command": "uvx",
      "args": [
        "sqlbenchdag"
      ],
      "env": {
        "SB_RESULTS_DIR": "<SB_RESULTS_DIR>",
        "SB_API_BASE": "<SB_API_BASE>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

SQL Benchmarks Lab in other clients