Skip to content
Cursor

SQL Benchmarks Lab for Cursor

io.github.rctruta/sqlbenchdag

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

client:Cursor transport:stdio runtime:pypi

Install SQL Benchmarks Lab in Cursor

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

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

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

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

SQL Benchmarks Lab in other clients