Skip to content
Grok

mssql reader for Grok

io.github.connorbritain/mssql-reader

Read-only MCP server for Microsoft SQL Server — schema discovery, profiling, safe querying

client:Grok transport:stdio runtime:npm

Install mssql reader in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mssql-reader": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@connorbritain/mssql-mcp-reader"
      ]
    }
  }
}

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

mssql reader in other clients