queryshield for Grok
io.github.bch1212/queryshield
Secure SQL proxy for AI agents — NL→SQL, AST safety, per-agent RLS, audit log.
client:Grok
transport:stdio
runtime:pypi
Install queryshield in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"queryshield": {
"type": "stdio",
"command": "uvx",
"args": [
"queryshield-mcp"
],
"env": {
"QUERYSHIELD_API_KEY": "<QUERYSHIELD_API_KEY>",
"QUERYSHIELD_BASE_URL": "<QUERYSHIELD_BASE_URL>"
}
}
}
}
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