Skip to content
Claude Desktop

DBeast PostgreSQL MCP for Claude Desktop

io.github.snss10/dbeast

PostgreSQL MCP server for schema, query, health, security, and performance analysis.

client:Claude Desktop transport:stdio runtime:oci

Install DBeast PostgreSQL MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "dbeast": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/snss10/dbeast:2.0.2"
      ],
      "env": {
        "DATABASE_URL": "<DATABASE_URL>",
        "DB_HOST": "<DB_HOST>",
        "DB_PORT": "<DB_PORT>",
        "DB_USER": "<DB_USER>",
        "DB_PASSWORD": "<DB_PASSWORD>",
        "DB_NAME": "<DB_NAME>",
        "AWS_SECRET_NAME": "<AWS_SECRET_NAME>",
        "AWS_REGION": "<AWS_REGION>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

DBeast PostgreSQL MCP in other clients