SQL Benchmarks Lab for Cline
io.github.rctruta/sqlbenchdag
Query pre-computed SQL engine benchmarks. Runs standalone, no server setup required.
client:Cline
transport:stdio
runtime:pypi
Install SQL Benchmarks Lab in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"sqlbenchdag": {
"command": "uvx",
"args": [
"sqlbenchdag"
],
"env": {
"SB_RESULTS_DIR": "<SB_RESULTS_DIR>",
"SB_API_BASE": "<SB_API_BASE>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs