Skip to content

SQL Server MCP (macOS) for Grok

io.github.tharanabope/sql-server-mcp-macos

SQL Server MCP with RAG capabilities for macOS (Docker SQL Server support)

client:Grok transport:stdio runtime:npm

Install SQL Server MCP (macOS) in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "sql-server-mcp-macos": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@tharanabopearachchi/sql-server-mcp-macos"
      ]
    }
  }
}

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

SQL Server MCP (macOS) in other clients