← Back to Plugins
MCP Server MCP

SQL Benchmarks Lab

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx sqlbenchdag

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "sqlbenchdag",
      "version": "0.1.2",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Directory of experiment result capsules. The package ships the SQL suites, taxonomy and templates but NOT capsules, which are run output — so on a fresh install the catalog tools work and list_results is empty until this points at a results directory.",
          "name": "SB_RESULTS_DIR"
        },
        {
          "description": "Optional. Base URL of a running SQL Benchmarks REST API. Leave unset and the read tools mount the API in-process — no server needed. Set it only when the API runs elsewhere, or to use submit_experiment, which needs a process that outlives the request.",
          "name": "SB_API_BASE"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...