SQL Benchmarks Lab for Grok
io.github.rctruta/sqlbenchdag
Query pre-computed SQL engine benchmarks. Runs standalone, no server setup required.
client:Grok
transport:stdio
runtime:pypi
Install SQL Benchmarks Lab in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"sqlbenchdag": {
"type": "stdio",
"command": "uvx",
"args": [
"sqlbenchdag"
],
"env": {
"SB_RESULTS_DIR": "<SB_RESULTS_DIR>",
"SB_API_BASE": "<SB_API_BASE>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs