Skip to content

ainative postgres mcp for Grok

io.github.ainative-studio/ainative-postgres-mcp

Zero-config Postgres MCP with auto-provisioning — drop-in for server-postgres.

client:Grok transport:stdio runtime:npm

Install ainative postgres mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "ainative-postgres-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ainative-postgres-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

ainative postgres mcp in other clients