Skip to content
Grok

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)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

SQAI — deterministic, read-only structured data in other clients