dbridge mcp for Grok
io.github.ugurcl/dbridge-mcp
Query SQLite, PostgreSQL, and MySQL in plain language - read-only, with column masking and limits.
client:Grok
transport:stdio
runtime:npm
Install dbridge mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"dbridge-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dbridge-mcp"
],
"env": {
"DBRIDGE_CONFIG": "<DBRIDGE_CONFIG>"
}
}
}
}
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