Skip to content
Grok

db access mcp for Grok

io.github.rheopyrin/db-access-mcp

MCP server for Postgres/MySQL/Redshift/SQL Server over SSH/SSM tunnels with secret providers.

client:Grok transport:stdio runtime:npm

Install db access mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "db-access-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@rheopyrin/db-access-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

db access mcp in other clients