SQL Server MCP (Windows) for Grok
io.github.tharanabope/sql-server-mcp
SQL Server MCP with RAG capabilities for Windows (native ODBC support)
client:Grok
transport:stdio
runtime:npm
Install SQL Server MCP (Windows) in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"sql-server-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tharanabopearachchi/sql-server-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