Skip to content
Cursor

SQAI — deterministic, read-only structured data for Cursor

io.github.thyn-ai/sqai

SQAI MCP server — three governed, deterministic, read-only data tools. Free login to execute.

client:Cursor transport:stdio runtime:npm

Install SQAI — deterministic, read-only structured data in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

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