SQAI — deterministic, read-only structured data for Grok
io.github.thyn-ai/sqai
SQAI MCP server — four governed, deterministic, read-only data tools. Free login to execute.
client:Grok
transport:stdio
runtime:npm
Install SQAI — deterministic, read-only structured data in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"sqai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@thyn-ai/sqai-mcp"
],
"env": {
"SQAI_API_KEY": "<SQAI_API_KEY>",
"SQAI_DEPLOYMENT_URL": "<SQAI_DEPLOYMENT_URL>",
"SQAI_SOURCES": "<SQAI_SOURCES>"
}
}
}
}
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