Skip to content
Windsurf

DBeast PostgreSQL MCP for Windsurf

io.github.snss10/dbeast

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

client:Windsurf transport:stdio runtime:oci

Install DBeast PostgreSQL MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

DBeast PostgreSQL MCP in other clients