custom mcp database for Grok
io.github.renanlido/custom-mcp-database
Run alias-based queries against PostgreSQL, MySQL, MongoDB and Oracle without exposing credentials.
client:Grok
transport:stdio
runtime:pypi
Install custom mcp database in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"custom-mcp-database": {
"type": "stdio",
"command": "uvx",
"args": [
"custom-mcp-database"
]
}
}
}
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