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
{
"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