Skip to content

sqlai.dev SQL Verifier for Grok

io.github.jadesparrow/sqlai-dev-sql-verifier

Executes SQL in a real ephemeral database: rows, typed errors with suggestions, plans, diffs.

client:Grok transport:streamable-http tools:5

Install sqlai.dev SQL Verifier in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "sqlai-dev-sql-verifier": {
      "type": "http",
      "url": "https://mcp.sqlai.dev/mcp"
    }
  }
}

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

What Grok can do once it is connected

sqlai.dev SQL Verifier in other clients