Skip to content
Grok

PostgreSQL MCP Server for Grok

io.github.neverinfamous/postgres-mcp-server

Enterprise PostgreSQL MCP server with 63 tools, 10 resources, 10 prompts for AI-native operations

client:Grok transport:stdio runtime:oci

Install PostgreSQL MCP Server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "postgres-mcp-server": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/writenotenow/postgres-mcp-enhanced:v1.2.0"
      ]
    }
  }
}

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

PostgreSQL MCP Server in other clients