sqlglass for Grok
io.github.s-curvelabs/sqlglass
SQL Server / Azure SQL for agents: real schema, lint, read-only runs, plans, write previews.
client:Grok
transport:stdio
runtime:pypi
Install sqlglass in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"sqlglass": {
"type": "stdio",
"command": "uvx",
"args": [
"sqlglass"
],
"env": {
"SQLGLASS_CONFIG": "<SQLGLASS_CONFIG>"
}
}
}
}
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