Odel
SQL Benchmarks Lab

SQL Benchmarks Lab

Local
@rctruta2PythonApache-2.0Updated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIsqlbenchdagv0.1.2

Run

uvx sqlbenchdag

MCP client config

{
  "mcpServers": {
    "sql-benchmarks-lab": {
      "command": "uvx",
      "args": [
        "sqlbenchdag"
      ]
    }
  }
}