mcpg for Grok
io.github.devopam/mcpg
Production-grade PostgreSQL MCP server — 254 tools for query, tuning & ops, read-only by default.
client:Grok
transport:stdio
runtime:pypi
Install mcpg in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcpg": {
"type": "stdio",
"command": "uvx",
"args": [
"mcpg"
]
}
}
}
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